Module: Aws::TimestreamInfluxDB::Client::_DeleteDbBackupResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteDbBackupOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allocated_storage ⇒ ::Integer
- #arn ⇒ ::String
- #cluster_configuration ⇒ Types::ClusterConfiguration
- #created_at ⇒ ::Time
- #db_instance_type ⇒ "db.influx.medium", ...
- #db_parameter_group_id ⇒ ::String
- #db_resource_id ⇒ ::String
- #db_storage_type ⇒ "InfluxIOIncludedT1", ...
- #deployment_type ⇒ "SINGLE_AZ", ...
- #engine_type ⇒ "INFLUXDB_V2", ...
- #expires_after ⇒ ::String
- #failover_mode ⇒ "AUTOMATIC", "NO_FAILOVER"
- #id ⇒ ::String
- #influx_auth_parameters_secret_arn ⇒ ::String
- #kms_key_id ⇒ ::String
- #log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
- #maintenance_schedule ⇒ Types::MaintenanceSchedule
- #name ⇒ ::String
- #network_type ⇒ "IPV4", "DUAL"
- #port ⇒ ::Integer
- #publicly_accessible ⇒ Boolean
- #status ⇒ "IN_PROGRESS", ...
- #type ⇒ "HOURLY", ...
- #vpc_security_group_ids ⇒ ::Array[::String]
- #vpc_subnet_ids ⇒ ::Array[::String]
Instance Method Details
#allocated_storage ⇒ ::Integer
530 |
# File 'sig/client.rbs', line 530
def allocated_storage: () -> ::Integer
|
#arn ⇒ ::String
515 |
# File 'sig/client.rbs', line 515
def arn: () -> ::String
|
#cluster_configuration ⇒ Types::ClusterConfiguration
524 |
# File 'sig/client.rbs', line 524
def cluster_configuration: () -> Types::ClusterConfiguration
|
#created_at ⇒ ::Time
517 |
# File 'sig/client.rbs', line 517
def created_at: () -> ::Time
|
#db_instance_type ⇒ "db.influx.medium", ...
526 |
# File 'sig/client.rbs', line 526
def db_instance_type: () -> ("db.influx.medium" | "db.influx.large" | "db.influx.xlarge" | "db.influx.2xlarge" | "db.influx.4xlarge" | "db.influx.8xlarge" | "db.influx.12xlarge" | "db.influx.16xlarge" | "db.influx.24xlarge")
|
#db_parameter_group_id ⇒ ::String
525 |
# File 'sig/client.rbs', line 525
def db_parameter_group_id: () -> ::String
|
#db_resource_id ⇒ ::String
519 |
# File 'sig/client.rbs', line 519
def db_resource_id: () -> ::String
|
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
529 |
# File 'sig/client.rbs', line 529
def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
#deployment_type ⇒ "SINGLE_AZ", ...
522 |
# File 'sig/client.rbs', line 522
def deployment_type: () -> ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY" | "MULTI_NODE_READ_REPLICAS")
|
#engine_type ⇒ "INFLUXDB_V2", ...
521 |
# File 'sig/client.rbs', line 521
def engine_type: () -> ("INFLUXDB_V2" | "INFLUXDB_V3_CORE" | "INFLUXDB_V3_ENTERPRISE")
|
#expires_after ⇒ ::String
518 |
# File 'sig/client.rbs', line 518
def expires_after: () -> ::String
|
#failover_mode ⇒ "AUTOMATIC", "NO_FAILOVER"
528 |
# File 'sig/client.rbs', line 528
def failover_mode: () -> ("AUTOMATIC" | "NO_FAILOVER")
|
#id ⇒ ::String
513 |
# File 'sig/client.rbs', line 513
def id: () -> ::String
|
#influx_auth_parameters_secret_arn ⇒ ::String
536 |
# File 'sig/client.rbs', line 536
def influx_auth_parameters_secret_arn: () -> ::String
|
#kms_key_id ⇒ ::String
523 |
# File 'sig/client.rbs', line 523
def kms_key_id: () -> ::String
|
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
527 |
# File 'sig/client.rbs', line 527
def log_delivery_configuration: () -> Types::LogDeliveryConfiguration
|
#maintenance_schedule ⇒ Types::MaintenanceSchedule
537 |
# File 'sig/client.rbs', line 537
def maintenance_schedule: () -> Types::MaintenanceSchedule
|
#name ⇒ ::String
514 |
# File 'sig/client.rbs', line 514
def name: () -> ::String
|
#network_type ⇒ "IPV4", "DUAL"
535 |
# File 'sig/client.rbs', line 535
def network_type: () -> ("IPV4" | "DUAL")
|
#port ⇒ ::Integer
534 |
# File 'sig/client.rbs', line 534
def port: () -> ::Integer
|
#publicly_accessible ⇒ Boolean
533 |
# File 'sig/client.rbs', line 533
def publicly_accessible: () -> bool
|
#status ⇒ "IN_PROGRESS", ...
516 |
# File 'sig/client.rbs', line 516
def status: () -> ("IN_PROGRESS" | "COMPLETED" | "FAILED" | "DELETING" | "DELETED")
|
#type ⇒ "HOURLY", ...
520 |
# File 'sig/client.rbs', line 520
def type: () -> ("HOURLY" | "DAILY" | "WEEKLY" | "MONTHLY" | "CUSTOM_SCHEDULE" | "ON_DEMAND" | "CONTINUOUS")
|
#vpc_security_group_ids ⇒ ::Array[::String]
532 |
# File 'sig/client.rbs', line 532
def vpc_security_group_ids: () -> ::Array[::String]
|
#vpc_subnet_ids ⇒ ::Array[::String]
531 |
# File 'sig/client.rbs', line 531
def vpc_subnet_ids: () -> ::Array[::String]
|