Class: Aws::Types::CreateDbInstanceInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateDbInstanceInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#bucket ⇒ ::String
Returns the value of attribute bucket.
-
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfiguration]
Returns the value of attribute db_backup_configurations.
-
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
-
#db_parameter_group_identifier ⇒ ::String
Returns the value of attribute db_parameter_group_identifier.
-
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
Returns the value of attribute db_storage_type.
-
#deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
Returns the value of attribute deployment_type.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
Returns the value of attribute log_delivery_configuration.
-
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
-
#organization ⇒ ::String
Returns the value of attribute organization.
-
#password ⇒ ::String
Returns the value of attribute password.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#username ⇒ ::String
Returns the value of attribute username.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
-
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
109 110 111 |
# File 'sig/types.rbs', line 109 def allocated_storage @allocated_storage end |
#bucket ⇒ ::String
Returns the value of attribute bucket.
103 104 105 |
# File 'sig/types.rbs', line 103 def bucket @bucket end |
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfiguration]
Returns the value of attribute db_backup_configurations.
117 118 119 |
# File 'sig/types.rbs', line 117 def db_backup_configurations @db_backup_configurations end |
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
104 105 106 |
# File 'sig/types.rbs', line 104 def db_instance_type @db_instance_type end |
#db_parameter_group_identifier ⇒ ::String
Returns the value of attribute db_parameter_group_identifier.
110 111 112 |
# File 'sig/types.rbs', line 110 def db_parameter_group_identifier @db_parameter_group_identifier end |
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
Returns the value of attribute db_storage_type.
108 109 110 |
# File 'sig/types.rbs', line 108 def db_storage_type @db_storage_type end |
#deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
Returns the value of attribute deployment_type.
111 112 113 |
# File 'sig/types.rbs', line 111 def deployment_type @deployment_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
118 119 120 |
# File 'sig/types.rbs', line 118 def kms_key_id @kms_key_id end |
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
Returns the value of attribute log_delivery_configuration.
112 113 114 |
# File 'sig/types.rbs', line 112 def log_delivery_configuration @log_delivery_configuration end |
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
113 114 115 |
# File 'sig/types.rbs', line 113 def maintenance_schedule @maintenance_schedule end |
#name ⇒ ::String
Returns the value of attribute name.
99 100 101 |
# File 'sig/types.rbs', line 99 def name @name end |
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
116 117 118 |
# File 'sig/types.rbs', line 116 def network_type @network_type end |
#organization ⇒ ::String
Returns the value of attribute organization.
102 103 104 |
# File 'sig/types.rbs', line 102 def organization @organization end |
#password ⇒ ::String
Returns the value of attribute password.
101 102 103 |
# File 'sig/types.rbs', line 101 def password @password end |
#port ⇒ ::Integer
Returns the value of attribute port.
115 116 117 |
# File 'sig/types.rbs', line 115 def port @port end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
107 108 109 |
# File 'sig/types.rbs', line 107 def publicly_accessible @publicly_accessible end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
114 115 116 |
# File 'sig/types.rbs', line 114 def @tags end |
#username ⇒ ::String
Returns the value of attribute username.
100 101 102 |
# File 'sig/types.rbs', line 100 def username @username end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
106 107 108 |
# File 'sig/types.rbs', line 106 def vpc_security_group_ids @vpc_security_group_ids end |
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
105 106 107 |
# File 'sig/types.rbs', line 105 def vpc_subnet_ids @vpc_subnet_ids end |