Class: Aws::Types::PutChannelMembershipPreferencesRequest

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)


766
767
768
# File 'sig/types.rbs', line 766

def channel_arn
  @channel_arn
end

#chime_bearer::String

Returns the value of attribute chime_bearer.

Returns:

  • (::String)


768
769
770
# File 'sig/types.rbs', line 768

def chime_bearer
  @chime_bearer
end

#member_arn::String

Returns the value of attribute member_arn.

Returns:

  • (::String)


767
768
769
# File 'sig/types.rbs', line 767

def member_arn
  @member_arn
end

#preferencesTypes::ChannelMembershipPreferences

Returns the value of attribute preferences.



769
770
771
# File 'sig/types.rbs', line 769

def preferences
  @preferences
end