Class: Aws::Types::ListCloudVmClustersOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListCloudVmClustersOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_vm_clusters ⇒ ::Array[Types::CloudVmClusterSummary]
Returns the value of attribute cloud_vm_clusters.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#cloud_vm_clusters ⇒ ::Array[Types::CloudVmClusterSummary]
Returns the value of attribute cloud_vm_clusters.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def cloud_vm_clusters @cloud_vm_clusters end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def next_token @next_token end |