Class: Aws::Odb::Types::UpdateExadbVmClusterOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::UpdateExadbVmClusterOutput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The user-friendly name for the Exascale VM cluster.
-
#exadb_vm_cluster_id ⇒ String
The unique identifier of the Exascale VM cluster.
-
#status ⇒ String
The current status of the Exascale VM cluster.
-
#status_reason ⇒ String
Additional information about the status of the Exascale VM cluster.
Instance Attribute Details
#display_name ⇒ String
The user-friendly name for the Exascale VM cluster.
10913 10914 10915 10916 10917 10918 10919 10920 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 10913 class UpdateExadbVmClusterOutput < Struct.new( :display_name, :status, :status_reason, :exadb_vm_cluster_id) SENSITIVE = [] include Aws::Structure end |
#exadb_vm_cluster_id ⇒ String
The unique identifier of the Exascale VM cluster.
10913 10914 10915 10916 10917 10918 10919 10920 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 10913 class UpdateExadbVmClusterOutput < Struct.new( :display_name, :status, :status_reason, :exadb_vm_cluster_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the Exascale VM cluster.
10913 10914 10915 10916 10917 10918 10919 10920 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 10913 class UpdateExadbVmClusterOutput < Struct.new( :display_name, :status, :status_reason, :exadb_vm_cluster_id) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Additional information about the status of the Exascale VM cluster.
10913 10914 10915 10916 10917 10918 10919 10920 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 10913 class UpdateExadbVmClusterOutput < Struct.new( :display_name, :status, :status_reason, :exadb_vm_cluster_id) SENSITIVE = [] include Aws::Structure end |