Class: Aws::SecurityIR::Types::CreateMembershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::CreateMembershipResponse
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#membership_id ⇒ String
Response element for CreateMembership providing the newly created membership ID.
Instance Attribute Details
#membership_id ⇒ String
Response element for CreateMembership providing the newly created membership ID.
374 375 376 377 378 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 374 class CreateMembershipResponse < Struct.new( :membership_id) SENSITIVE = [] include Aws::Structure end |