Class: Aws::Types::ListSubChannelsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:next_token])

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn::String

Returns the value of attribute channel_arn.

Returns:

  • (::String)


686
687
688
# File 'sig/types.rbs', line 686

def channel_arn
  @channel_arn
end

#chime_bearer::String

Returns the value of attribute chime_bearer.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def chime_bearer
  @chime_bearer
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


688
689
690
# File 'sig/types.rbs', line 688

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


689
690
691
# File 'sig/types.rbs', line 689

def next_token
  @next_token
end