Class: Aws::Types::DbInstanceForClusterSummary
- Inherits:
-
Object
- Object
- Aws::Types::DbInstanceForClusterSummary
- 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.
-
#instance_mode ⇒ "PRIMARY", ...
Returns the value of attribute instance_mode.
-
#instance_modes ⇒ ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
Returns the value of attribute instance_modes.
-
#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.
229 230 231 |
# File 'sig/types.rbs', line 229 def allocated_storage @allocated_storage end |
#arn ⇒ ::String
Returns the value of attribute arn.
222 223 224 |
# File 'sig/types.rbs', line 222 def arn @arn end |
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
227 228 229 |
# File 'sig/types.rbs', line 227 def db_instance_type @db_instance_type end |
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
Returns the value of attribute db_storage_type.
228 229 230 |
# File 'sig/types.rbs', line 228 def db_storage_type @db_storage_type end |
#deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
Returns the value of attribute deployment_type.
230 231 232 |
# File 'sig/types.rbs', line 230 def deployment_type @deployment_type end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
224 225 226 |
# File 'sig/types.rbs', line 224 def endpoint @endpoint end |
#id ⇒ ::String
Returns the value of attribute id.
220 221 222 |
# File 'sig/types.rbs', line 220 def id @id end |
#instance_mode ⇒ "PRIMARY", ...
Returns the value of attribute instance_mode.
231 232 233 |
# File 'sig/types.rbs', line 231 def instance_mode @instance_mode end |
#instance_modes ⇒ ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
Returns the value of attribute instance_modes.
232 233 234 |
# File 'sig/types.rbs', line 232 def instance_modes @instance_modes end |
#name ⇒ ::String
Returns the value of attribute name.
221 222 223 |
# File 'sig/types.rbs', line 221 def name @name end |
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
226 227 228 |
# File 'sig/types.rbs', line 226 def network_type @network_type end |
#port ⇒ ::Integer
Returns the value of attribute port.
225 226 227 |
# File 'sig/types.rbs', line 225 def port @port end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
223 224 225 |
# File 'sig/types.rbs', line 223 def status @status end |