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)


4890
4891
4892
4893
4894
4895
# File 'lib/aws-sdk-chime/types.rb', line 4890

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)


4890
4891
4892
4893
4894
4895
# File 'lib/aws-sdk-chime/types.rb', line 4890

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