Class: Aws::Types::DeleteDbBackupOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteDbBackupOutput
- 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.
-
#cluster_configuration ⇒ Types::ClusterConfiguration
Returns the value of attribute cluster_configuration.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
-
#db_parameter_group_id ⇒ ::String
Returns the value of attribute db_parameter_group_id.
-
#db_resource_id ⇒ ::String
Returns the value of attribute db_resource_id.
-
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
Returns the value of attribute db_storage_type.
-
#deployment_type ⇒ "SINGLE_AZ", ...
Returns the value of attribute deployment_type.
-
#engine_type ⇒ "INFLUXDB_V2", ...
Returns the value of attribute engine_type.
-
#expires_after ⇒ ::String
Returns the value of attribute expires_after.
-
#failover_mode ⇒ "AUTOMATIC", "NO_FAILOVER"
Returns the value of attribute failover_mode.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#influx_auth_parameters_secret_arn ⇒ ::String
Returns the value of attribute influx_auth_parameters_secret_arn.
-
#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.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#type ⇒ "HOURLY", ...
Returns the value of attribute type.
-
#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.
282 283 284 |
# File 'sig/types.rbs', line 282 def allocated_storage @allocated_storage end |
#arn ⇒ ::String
Returns the value of attribute arn.
267 268 269 |
# File 'sig/types.rbs', line 267 def arn @arn end |
#cluster_configuration ⇒ Types::ClusterConfiguration
Returns the value of attribute cluster_configuration.
276 277 278 |
# File 'sig/types.rbs', line 276 def cluster_configuration @cluster_configuration end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
269 270 271 |
# File 'sig/types.rbs', line 269 def created_at @created_at end |
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
278 279 280 |
# File 'sig/types.rbs', line 278 def db_instance_type @db_instance_type end |
#db_parameter_group_id ⇒ ::String
Returns the value of attribute db_parameter_group_id.
277 278 279 |
# File 'sig/types.rbs', line 277 def db_parameter_group_id @db_parameter_group_id end |
#db_resource_id ⇒ ::String
Returns the value of attribute db_resource_id.
271 272 273 |
# File 'sig/types.rbs', line 271 def db_resource_id @db_resource_id end |
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
Returns the value of attribute db_storage_type.
281 282 283 |
# File 'sig/types.rbs', line 281 def db_storage_type @db_storage_type end |
#deployment_type ⇒ "SINGLE_AZ", ...
Returns the value of attribute deployment_type.
274 275 276 |
# File 'sig/types.rbs', line 274 def deployment_type @deployment_type end |
#engine_type ⇒ "INFLUXDB_V2", ...
Returns the value of attribute engine_type.
273 274 275 |
# File 'sig/types.rbs', line 273 def engine_type @engine_type end |
#expires_after ⇒ ::String
Returns the value of attribute expires_after.
270 271 272 |
# File 'sig/types.rbs', line 270 def expires_after @expires_after end |
#failover_mode ⇒ "AUTOMATIC", "NO_FAILOVER"
Returns the value of attribute failover_mode.
280 281 282 |
# File 'sig/types.rbs', line 280 def failover_mode @failover_mode end |
#id ⇒ ::String
Returns the value of attribute id.
265 266 267 |
# File 'sig/types.rbs', line 265 def id @id end |
#influx_auth_parameters_secret_arn ⇒ ::String
Returns the value of attribute influx_auth_parameters_secret_arn.
288 289 290 |
# File 'sig/types.rbs', line 288 def influx_auth_parameters_secret_arn @influx_auth_parameters_secret_arn end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
275 276 277 |
# File 'sig/types.rbs', line 275 def kms_key_id @kms_key_id end |
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
Returns the value of attribute log_delivery_configuration.
279 280 281 |
# File 'sig/types.rbs', line 279 def log_delivery_configuration @log_delivery_configuration end |
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
289 290 291 |
# File 'sig/types.rbs', line 289 def maintenance_schedule @maintenance_schedule end |
#name ⇒ ::String
Returns the value of attribute name.
266 267 268 |
# File 'sig/types.rbs', line 266 def name @name end |
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
287 288 289 |
# File 'sig/types.rbs', line 287 def network_type @network_type end |
#port ⇒ ::Integer
Returns the value of attribute port.
286 287 288 |
# File 'sig/types.rbs', line 286 def port @port end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
285 286 287 |
# File 'sig/types.rbs', line 285 def publicly_accessible @publicly_accessible end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
268 269 270 |
# File 'sig/types.rbs', line 268 def status @status end |
#type ⇒ "HOURLY", ...
Returns the value of attribute type.
272 273 274 |
# File 'sig/types.rbs', line 272 def type @type end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
284 285 286 |
# File 'sig/types.rbs', line 284 def vpc_security_group_ids @vpc_security_group_ids end |
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
283 284 285 |
# File 'sig/types.rbs', line 283 def vpc_subnet_ids @vpc_subnet_ids end |