Class: Aws::Types::CreateCloudExadataInfrastructureInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCloudExadataInfrastructureInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#compute_count ⇒ ::Integer
Returns the value of attribute compute_count.
-
#customer_contacts_to_send_to_oci ⇒ ::Array[Types::CustomerContact]
Returns the value of attribute customer_contacts_to_send_to_oci.
-
#database_server_type ⇒ ::String
Returns the value of attribute database_server_type.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#maintenance_window ⇒ Types::MaintenanceWindow
Returns the value of attribute maintenance_window.
-
#shape ⇒ ::String
Returns the value of attribute shape.
-
#storage_count ⇒ ::Integer
Returns the value of attribute storage_count.
-
#storage_server_type ⇒ ::String
Returns the value of attribute storage_server_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
859 860 861 |
# File 'sig/types.rbs', line 859 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
860 861 862 |
# File 'sig/types.rbs', line 860 def availability_zone_id @availability_zone_id end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
866 867 868 |
# File 'sig/types.rbs', line 866 def client_token @client_token end |
#compute_count ⇒ ::Integer
Returns the value of attribute compute_count.
862 863 864 |
# File 'sig/types.rbs', line 862 def compute_count @compute_count end |
#customer_contacts_to_send_to_oci ⇒ ::Array[Types::CustomerContact]
Returns the value of attribute customer_contacts_to_send_to_oci.
863 864 865 |
# File 'sig/types.rbs', line 863 def customer_contacts_to_send_to_oci @customer_contacts_to_send_to_oci end |
#database_server_type ⇒ ::String
Returns the value of attribute database_server_type.
867 868 869 |
# File 'sig/types.rbs', line 867 def database_server_type @database_server_type end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
857 858 859 |
# File 'sig/types.rbs', line 857 def display_name @display_name end |
#maintenance_window ⇒ Types::MaintenanceWindow
Returns the value of attribute maintenance_window.
864 865 866 |
# File 'sig/types.rbs', line 864 def maintenance_window @maintenance_window end |
#shape ⇒ ::String
Returns the value of attribute shape.
858 859 860 |
# File 'sig/types.rbs', line 858 def shape @shape end |
#storage_count ⇒ ::Integer
Returns the value of attribute storage_count.
865 866 867 |
# File 'sig/types.rbs', line 865 def storage_count @storage_count end |
#storage_server_type ⇒ ::String
Returns the value of attribute storage_server_type.
868 869 870 |
# File 'sig/types.rbs', line 868 def storage_server_type @storage_server_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
861 862 863 |
# File 'sig/types.rbs', line 861 def @tags end |