Class: Aws::SecurityIR::Types::CreateMembershipResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#membership_idString

Response element for CreateMembership providing the newly created membership ID.

Returns:

  • (String)


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