Class: Aws::Odb::Types::ListCloudAutonomousVmClustersOutput

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_autonomous_vm_clustersArray<Types::CloudAutonomousVmClusterSummary>

The list of Autonomous VM clusters in the specified Cloud Exadata Infrastructure.



3866
3867
3868
3869
3870
3871
# File 'lib/aws-sdk-odb/types.rb', line 3866

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

#next_tokenString

The pagination token to continue listing from.

Returns:

  • (String)


3866
3867
3868
3869
3870
3871
# File 'lib/aws-sdk-odb/types.rb', line 3866

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