Class: Aws::Types::ListChannelMembershipsRequest

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:



592
593
594
# File 'sig/types.rbs', line 592

def channel_arn
  @channel_arn
end

#chime_bearer::String

Returns the value of attribute chime_bearer.

Returns:



596
597
598
# File 'sig/types.rbs', line 596

def chime_bearer
  @chime_bearer
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



594
595
596
# File 'sig/types.rbs', line 594

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



595
596
597
# File 'sig/types.rbs', line 595

def next_token
  @next_token
end

#sub_channel_id::String

Returns the value of attribute sub_channel_id.

Returns:



597
598
599
# File 'sig/types.rbs', line 597

def sub_channel_id
  @sub_channel_id
end

#type"DEFAULT", "HIDDEN"

Returns the value of attribute type.

Returns:



593
594
595
# File 'sig/types.rbs', line 593

def type
  @type
end