Class: Aws::Types::DeleteChannelMembershipRequest

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)


336
337
338
# File 'sig/types.rbs', line 336

def channel_arn
  @channel_arn
end

#chime_bearer::String

Returns the value of attribute chime_bearer.

Returns:

  • (::String)


338
339
340
# File 'sig/types.rbs', line 338

def chime_bearer
  @chime_bearer
end

#member_arn::String

Returns the value of attribute member_arn.

Returns:

  • (::String)


337
338
339
# File 'sig/types.rbs', line 337

def member_arn
  @member_arn
end

#sub_channel_id::String

Returns the value of attribute sub_channel_id.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def sub_channel_id
  @sub_channel_id
end