Class: Aws::SecurityIR::Types::CreateMembershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::CreateMembershipResponse
- Includes:
- Aws::Structure
- Defined in:
- 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.
453 454 455 456 457 |
# File 'lib/aws-sdk-securityir/types.rb', line 453 class CreateMembershipResponse < Struct.new( :membership_id) SENSITIVE = [] include Aws::Structure end |