Class: Aws::Types::DbClusterSummary
- Inherits:
-
Object
- Object
- Aws::Types::DbClusterSummary
- 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 ⇒ "MULTI_NODE_READ_REPLICAS"
Returns the value of attribute deployment_type.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#engine_type ⇒ "INFLUXDB_V2", ...
Returns the value of attribute engine_type.
-
#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.
-
#reader_endpoint ⇒ ::String
Returns the value of attribute reader_endpoint.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
214 215 216 |
# File 'sig/types.rbs', line 214 def allocated_storage @allocated_storage end |
#arn ⇒ ::String
Returns the value of attribute arn.
205 206 207 |
# File 'sig/types.rbs', line 205 def arn @arn end |
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
211 212 213 |
# File 'sig/types.rbs', line 211 def db_instance_type @db_instance_type end |
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
Returns the value of attribute db_storage_type.
213 214 215 |
# File 'sig/types.rbs', line 213 def db_storage_type @db_storage_type end |
#deployment_type ⇒ "MULTI_NODE_READ_REPLICAS"
Returns the value of attribute deployment_type.
210 211 212 |
# File 'sig/types.rbs', line 210 def deployment_type @deployment_type end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
207 208 209 |
# File 'sig/types.rbs', line 207 def endpoint @endpoint end |
#engine_type ⇒ "INFLUXDB_V2", ...
Returns the value of attribute engine_type.
215 216 217 |
# File 'sig/types.rbs', line 215 def engine_type @engine_type end |
#id ⇒ ::String
Returns the value of attribute id.
203 204 205 |
# File 'sig/types.rbs', line 203 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
204 205 206 |
# File 'sig/types.rbs', line 204 def name @name end |
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
212 213 214 |
# File 'sig/types.rbs', line 212 def network_type @network_type end |
#port ⇒ ::Integer
Returns the value of attribute port.
209 210 211 |
# File 'sig/types.rbs', line 209 def port @port end |
#reader_endpoint ⇒ ::String
Returns the value of attribute reader_endpoint.
208 209 210 |
# File 'sig/types.rbs', line 208 def reader_endpoint @reader_endpoint end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
206 207 208 |
# File 'sig/types.rbs', line 206 def status @status end |