Class: Aws::Odb::Types::CreateCloudAutonomousVmClusterOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::CreateCloudAutonomousVmClusterOutput
- Includes:
- Structure
- Defined in:
- 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.
1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-odb/types.rb', line 1880 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.
1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-odb/types.rb', line 1880 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.
1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-odb/types.rb', line 1880 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.
1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-odb/types.rb', line 1880 class CreateCloudAutonomousVmClusterOutput < Struct.new( :display_name, :status, :status_reason, :cloud_autonomous_vm_cluster_id) SENSITIVE = [] include Aws::Structure end |