Class: Aws::Odb::Types::CreateCloudAutonomousVmClusterOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::CreateCloudAutonomousVmClusterOutput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_autonomous_vm_cluster_id ⇒ String
The unique identifier of the created Autonomous VM cluster.
-
#display_name ⇒ String
The display name of the created Autonomous VM cluster.
-
#status ⇒ String
The current status of the Autonomous VM cluster creation process.
-
#status_reason ⇒ String
Additional information about the current status of the Autonomous VM cluster creation process, if applicable.
Instance Attribute Details
#cloud_autonomous_vm_cluster_id ⇒ String
The unique identifier of the created Autonomous VM cluster.
1840 1841 1842 1843 1844 1845 1846 1847 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1840 class CreateCloudAutonomousVmClusterOutput < Struct.new( :display_name, :status, :status_reason, :cloud_autonomous_vm_cluster_id) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of the created Autonomous VM cluster.
1840 1841 1842 1843 1844 1845 1846 1847 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1840 class CreateCloudAutonomousVmClusterOutput < Struct.new( :display_name, :status, :status_reason, :cloud_autonomous_vm_cluster_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the Autonomous VM cluster creation process.
1840 1841 1842 1843 1844 1845 1846 1847 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1840 class CreateCloudAutonomousVmClusterOutput < Struct.new( :display_name, :status, :status_reason, :cloud_autonomous_vm_cluster_id) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Additional information about the current status of the Autonomous VM cluster creation process, if applicable.
1840 1841 1842 1843 1844 1845 1846 1847 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1840 class CreateCloudAutonomousVmClusterOutput < Struct.new( :display_name, :status, :status_reason, :cloud_autonomous_vm_cluster_id) SENSITIVE = [] include Aws::Structure end |