Class: Aws::Odb::Types::ListCloudVmClustersOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ListCloudVmClustersOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_vm_clusters ⇒ Array<Types::CloudVmClusterSummary>
The list of VM clusters along with their properties.
-
#next_token ⇒ String
The token to include in another request to get the next page of items.
Instance Attribute Details
#cloud_vm_clusters ⇒ Array<Types::CloudVmClusterSummary>
The list of VM clusters along with their properties.
3953 3954 3955 3956 3957 3958 |
# File 'lib/aws-sdk-odb/types.rb', line 3953 class ListCloudVmClustersOutput < Struct.new( :next_token, :cloud_vm_clusters) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to include in another request to get the next page of items. This value is ‘null` when there are no more items to return.
3953 3954 3955 3956 3957 3958 |
# File 'lib/aws-sdk-odb/types.rb', line 3953 class ListCloudVmClustersOutput < Struct.new( :next_token, :cloud_vm_clusters) SENSITIVE = [] include Aws::Structure end |