Class: Aws::Odb::Types::ListCloudAutonomousVmClustersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ListCloudAutonomousVmClustersOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_autonomous_vm_clusters ⇒ Array<Types::CloudAutonomousVmClusterSummary>
The list of Autonomous VM clusters in the specified Cloud Exadata Infrastructure.
-
#next_token ⇒ String
The pagination token to continue listing from.
Instance Attribute Details
#cloud_autonomous_vm_clusters ⇒ Array<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_token ⇒ String
The pagination token to continue listing from.
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 |