Class: Aws::Odb::Types::GetCloudVmClusterInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::GetCloudVmClusterInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_vm_cluster_id ⇒ String
The unique identifier of the VM cluster.
Instance Attribute Details
#cloud_vm_cluster_id ⇒ String
The unique identifier of the VM cluster.
3515 3516 3517 3518 3519 |
# File 'lib/aws-sdk-odb/types.rb', line 3515 class GetCloudVmClusterInput < Struct.new( :cloud_vm_cluster_id) SENSITIVE = [] include Aws::Structure end |