Class: Aws::Odb::Types::ListCloudExadataInfrastructuresInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.

Default: ‘10`

Returns:

  • (Integer)


3889
3890
3891
3892
3893
3894
# File 'lib/aws-sdk-odb/types.rb', line 3889

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

#next_tokenString

The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

Returns:

  • (String)


3889
3890
3891
3892
3893
3894
# File 'lib/aws-sdk-odb/types.rb', line 3889

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