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.
1944 1945 1946 1947 1948 1949 1950 1951 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1944 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.
1944 1945 1946 1947 1948 1949 1950 1951 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1944 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.
1944 1945 1946 1947 1948 1949 1950 1951 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1944 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.
1944 1945 1946 1947 1948 1949 1950 1951 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1944 class CreateCloudAutonomousVmClusterOutput < Struct.new( :display_name, :status, :status_reason, :cloud_autonomous_vm_cluster_id) SENSITIVE = [] include Aws::Structure end |