Class: Aws::Types::CreateCloudExadataInfrastructureOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudExadataInfrastructureOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
-
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
Instance Attribute Details
#cloud_exadata_infrastructure_id ⇒ ::String
Returns the value of attribute cloud_exadata_infrastructure_id.
876 877 878 |
# File 'sig/types.rbs', line 876 def cloud_exadata_infrastructure_id @cloud_exadata_infrastructure_id end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
873 874 875 |
# File 'sig/types.rbs', line 873 def display_name @display_name end |
#status ⇒ "AVAILABLE", ...
Returns the value of attribute status.
874 875 876 |
# File 'sig/types.rbs', line 874 def status @status end |
#status_reason ⇒ ::String
Returns the value of attribute status_reason.
875 876 877 |
# File 'sig/types.rbs', line 875 def status_reason @status_reason end |