Class: Aws::Odb::Types::ListCloudVmClustersInput

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

#cloud_exadata_infrastructure_idString

The unique identifier of the Oracle Exadata infrastructure.

Returns:

  • (String)


3934
3935
3936
3937
3938
3939
3940
# File 'lib/aws-sdk-odb/types.rb', line 3934

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

#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)


3934
3935
3936
3937
3938
3939
3940
# File 'lib/aws-sdk-odb/types.rb', line 3934

class ListCloudVmClustersInput < Struct.new(
  :max_results,
  :next_token,
  :cloud_exadata_infrastructure_id)
  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)


3934
3935
3936
3937
3938
3939
3940
# File 'lib/aws-sdk-odb/types.rb', line 3934

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