Class: Aws::Types::DbInstanceSummary
- Inherits:
-
Object
- Object
- Aws::Types::DbInstanceSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
-
#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.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
246 247 248 |
# File 'sig/types.rbs', line 246 def allocated_storage @allocated_storage end |
#arn ⇒ ::String
Returns the value of attribute arn.
239 240 241 |
# File 'sig/types.rbs', line 239 def arn @arn end |
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
244 245 246 |
# File 'sig/types.rbs', line 244 def db_instance_type @db_instance_type end |
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
Returns the value of attribute db_storage_type.
245 246 247 |
# File 'sig/types.rbs', line 245 def db_storage_type @db_storage_type end |
#deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
Returns the value of attribute deployment_type.
247 248 249 |
# File 'sig/types.rbs', line 247 def deployment_type @deployment_type end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
241 242 243 |
# File 'sig/types.rbs', line 241 def endpoint @endpoint end |
#id ⇒ ::String
Returns the value of attribute id.
237 238 239 |
# File 'sig/types.rbs', line 237 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
238 239 240 |
# File 'sig/types.rbs', line 238 def name @name end |
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
243 244 245 |
# File 'sig/types.rbs', line 243 def network_type @network_type end |
#port ⇒ ::Integer
Returns the value of attribute port.
242 243 244 |
# File 'sig/types.rbs', line 242 def port @port end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
240 241 242 |
# File 'sig/types.rbs', line 240 def status @status end |