Class: Aws::Chime::Types::ListAppInstancesRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:next_token]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of `AppInstance`s that you want to return.

Returns:

  • (Integer)

4734
4735
4736
4737
4738
4739
# File 'lib/aws-sdk-chime/types.rb', line 4734

class ListAppInstancesRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = [:next_token]
  include Aws::Structure
end

#next_tokenString

The token passed by previous API requests until you reach the maximum number of `AppInstance`s.

Returns:

  • (String)

4734
4735
4736
4737
4738
4739
# File 'lib/aws-sdk-chime/types.rb', line 4734

class ListAppInstancesRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = [:next_token]
  include Aws::Structure
end