Class: Aws::Types::GetChannelMembershipPreferencesResponse

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)


485
486
487
# File 'sig/types.rbs', line 485

def channel_arn
  @channel_arn
end

#memberTypes::Identity

Returns the value of attribute member.

Returns:



486
487
488
# File 'sig/types.rbs', line 486

def member
  @member
end

#preferencesTypes::ChannelMembershipPreferences

Returns the value of attribute preferences.



487
488
489
# File 'sig/types.rbs', line 487

def preferences
  @preferences
end