Class: Aws::Odb::Types::CreateCloudVmClusterOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::CreateCloudVmClusterOutput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_vm_cluster_id ⇒ String
The unique identifier for the VM cluster.
-
#display_name ⇒ String
The user-friendly name for the VM cluster.
-
#status ⇒ String
The current status of the VM cluster.
-
#status_reason ⇒ String
Additional information about the status of the VM cluster.
Instance Attribute Details
#cloud_vm_cluster_id ⇒ String
The unique identifier for the VM cluster.
2148 2149 2150 2151 2152 2153 2154 2155 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2148 class CreateCloudVmClusterOutput < Struct.new( :display_name, :status, :status_reason, :cloud_vm_cluster_id) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The user-friendly name for the VM cluster.
2148 2149 2150 2151 2152 2153 2154 2155 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2148 class CreateCloudVmClusterOutput < Struct.new( :display_name, :status, :status_reason, :cloud_vm_cluster_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the VM cluster.
2148 2149 2150 2151 2152 2153 2154 2155 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2148 class CreateCloudVmClusterOutput < Struct.new( :display_name, :status, :status_reason, :cloud_vm_cluster_id) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Additional information about the status of the VM cluster.
2148 2149 2150 2151 2152 2153 2154 2155 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 2148 class CreateCloudVmClusterOutput < Struct.new( :display_name, :status, :status_reason, :cloud_vm_cluster_id) SENSITIVE = [] include Aws::Structure end |