Class: Aws::Types::PutChannelMembershipPreferencesResponse

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)


774
775
776
# File 'sig/types.rbs', line 774

def channel_arn
  @channel_arn
end

#memberTypes::Identity

Returns the value of attribute member.

Returns:



775
776
777
# File 'sig/types.rbs', line 775

def member
  @member
end

#preferencesTypes::ChannelMembershipPreferences

Returns the value of attribute preferences.



776
777
778
# File 'sig/types.rbs', line 776

def preferences
  @preferences
end