Class: Aws::Odb::Types::CreateCloudExadataInfrastructureOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::CreateCloudExadataInfrastructureOutput
- Defined in:
- gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_exadata_infrastructure_id ⇒ String
The unique identifier of the Exadata infrastructure.
-
#display_name ⇒ String
The user-friendly name for the Exadata infrastructure.
-
#status ⇒ String
The current status of the Exadata infrastructure.
-
#status_reason ⇒ String
Additional information about the status of the Exadata infrastructure.
Instance Attribute Details
#cloud_exadata_infrastructure_id ⇒ String
The unique identifier of the Exadata infrastructure.
1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1968 class CreateCloudExadataInfrastructureOutput < Struct.new( :display_name, :status, :status_reason, :cloud_exadata_infrastructure_id) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The user-friendly name for the Exadata infrastructure.
1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1968 class CreateCloudExadataInfrastructureOutput < Struct.new( :display_name, :status, :status_reason, :cloud_exadata_infrastructure_id) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the Exadata infrastructure.
1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1968 class CreateCloudExadataInfrastructureOutput < Struct.new( :display_name, :status, :status_reason, :cloud_exadata_infrastructure_id) SENSITIVE = [] include Aws::Structure end |
#status_reason ⇒ String
Additional information about the status of the Exadata infrastructure.
1968 1969 1970 1971 1972 1973 1974 1975 |
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1968 class CreateCloudExadataInfrastructureOutput < Struct.new( :display_name, :status, :status_reason, :cloud_exadata_infrastructure_id) SENSITIVE = [] include Aws::Structure end |