Class: Aws::Odb::Types::CreateCloudAutonomousVmClusterOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_autonomous_vm_cluster_idString

The unique identifier of the created Autonomous VM cluster.

Returns:

  • (String)


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_nameString

The display name of the created Autonomous VM cluster.

Returns:

  • (String)


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

#statusString

The current status of the Autonomous VM cluster creation process.

Returns:

  • (String)


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_reasonString

Additional information about the current status of the Autonomous VM cluster creation process, if applicable.

Returns:

  • (String)


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