Class: Aws::Odb::Types::GetCloudVmClusterOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GetCloudVmClusterOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_vm_cluster ⇒ Types::CloudVmCluster
The VM cluster.
Instance Attribute Details
#cloud_vm_cluster ⇒ Types::CloudVmCluster
The VM cluster.
3527 3528 3529 3530 3531 |
# File 'lib/aws-sdk-odb/types.rb', line 3527 class GetCloudVmClusterOutput < Struct.new( :cloud_vm_cluster) SENSITIVE = [] include Aws::Structure end |