Module: Aws::TimestreamInfluxDB::Client::_DeleteDbInstanceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DeleteDbInstanceOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #allocated_storage ⇒ ::Integer
- #arn ⇒ ::String
- #availability_zone ⇒ ::String
- #db_cluster_id ⇒ ::String
- #db_instance_type ⇒ "db.influx.medium", ...
- #db_parameter_group_identifier ⇒ ::String
- #db_storage_type ⇒ "InfluxIOIncludedT1", ...
- #deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
- #endpoint ⇒ ::String
- #id ⇒ ::String
- #influx_auth_parameters_secret_arn ⇒ ::String
- #instance_mode ⇒ "PRIMARY", ...
- #instance_modes ⇒ ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
- #last_maintenance_time ⇒ ::Time
- #log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
- #maintenance_schedule ⇒ Types::MaintenanceSchedule
- #name ⇒ ::String
- #network_type ⇒ "IPV4", "DUAL"
- #next_maintenance_time ⇒ ::Time
- #port ⇒ ::Integer
- #publicly_accessible ⇒ Boolean
- #secondary_availability_zone ⇒ ::String
- #status ⇒ "CREATING", ...
- #vpc_security_group_ids ⇒ ::Array[::String]
- #vpc_subnet_ids ⇒ ::Array[::String]
Instance Method Details
#allocated_storage ⇒ ::Integer
471 |
# File 'sig/client.rbs', line 471
def allocated_storage: () -> ::Integer
|
#arn ⇒ ::String
464 |
# File 'sig/client.rbs', line 464
def arn: () -> ::String
|
#availability_zone ⇒ ::String
477 |
# File 'sig/client.rbs', line 477
def availability_zone: () -> ::String
|
#db_cluster_id ⇒ ::String
481 |
# File 'sig/client.rbs', line 481
def db_cluster_id: () -> ::String
|
#db_instance_type ⇒ "db.influx.medium", ...
469 |
# File 'sig/client.rbs', line 469
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_identifier ⇒ ::String
476 |
# File 'sig/client.rbs', line 476
def db_parameter_group_identifier: () -> ::String
|
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
470 |
# File 'sig/client.rbs', line 470
def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
#deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
472 |
# File 'sig/client.rbs', line 472
def deployment_type: () -> ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY")
|
#endpoint ⇒ ::String
466 |
# File 'sig/client.rbs', line 466
def endpoint: () -> ::String
|
#id ⇒ ::String
462 |
# File 'sig/client.rbs', line 462
def id: () -> ::String
|
#influx_auth_parameters_secret_arn ⇒ ::String
480 |
# File 'sig/client.rbs', line 480
def influx_auth_parameters_secret_arn: () -> ::String
|
#instance_mode ⇒ "PRIMARY", ...
482 |
# File 'sig/client.rbs', line 482
def instance_mode: () -> ("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")
|
#instance_modes ⇒ ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
483 |
# File 'sig/client.rbs', line 483
def instance_modes: () -> ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
|
#last_maintenance_time ⇒ ::Time
485 |
# File 'sig/client.rbs', line 485
def last_maintenance_time: () -> ::Time
|
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
479 |
# File 'sig/client.rbs', line 479
def log_delivery_configuration: () -> Types::LogDeliveryConfiguration
|
#maintenance_schedule ⇒ Types::MaintenanceSchedule
484 |
# File 'sig/client.rbs', line 484
def maintenance_schedule: () -> Types::MaintenanceSchedule
|
#name ⇒ ::String
463 |
# File 'sig/client.rbs', line 463
def name: () -> ::String
|
#network_type ⇒ "IPV4", "DUAL"
468 |
# File 'sig/client.rbs', line 468
def network_type: () -> ("IPV4" | "DUAL")
|
#next_maintenance_time ⇒ ::Time
486 |
# File 'sig/client.rbs', line 486
def next_maintenance_time: () -> ::Time
|
#port ⇒ ::Integer
467 |
# File 'sig/client.rbs', line 467
def port: () -> ::Integer
|
#publicly_accessible ⇒ Boolean
474 |
# File 'sig/client.rbs', line 474
def publicly_accessible: () -> bool
|
#secondary_availability_zone ⇒ ::String
478 |
# File 'sig/client.rbs', line 478
def secondary_availability_zone: () -> ::String
|
#status ⇒ "CREATING", ...
465 |
# File 'sig/client.rbs', line 465
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE" | "REBOOTING" | "REBOOT_FAILED")
|
#vpc_security_group_ids ⇒ ::Array[::String]
475 |
# File 'sig/client.rbs', line 475
def vpc_security_group_ids: () -> ::Array[::String]
|
#vpc_subnet_ids ⇒ ::Array[::String]
473 |
# File 'sig/client.rbs', line 473
def vpc_subnet_ids: () -> ::Array[::String]
|