Class: Aws::Types::GetChannelMembershipPreferencesRequest

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)


478
479
480
# File 'sig/types.rbs', line 478

def channel_arn
  @channel_arn
end

#chime_bearer::String

Returns the value of attribute chime_bearer.

Returns:

  • (::String)


480
481
482
# File 'sig/types.rbs', line 480

def chime_bearer
  @chime_bearer
end

#member_arn::String

Returns the value of attribute member_arn.

Returns:

  • (::String)


479
480
481
# File 'sig/types.rbs', line 479

def member_arn
  @member_arn
end