Class: Aws::Types::CreateChannelMembershipResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


282
283
284
# File 'sig/types.rbs', line 282

def channel_arn
  @channel_arn
end

#memberTypes::Identity

Returns the value of attribute member.

Returns:



283
284
285
# File 'sig/types.rbs', line 283

def member
  @member
end

#sub_channel_id::String

Returns the value of attribute sub_channel_id.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def sub_channel_id
  @sub_channel_id
end