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_backup_configurations ⇒ ::Array[Types::DbBackupConfigurationOutput]
- #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")]
- #kms_key_id ⇒ ::String
- #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
567 |
# File 'sig/client.rbs', line 567
def allocated_storage: () -> ::Integer
|
#arn ⇒ ::String
560 |
# File 'sig/client.rbs', line 560
def arn: () -> ::String
|
#availability_zone ⇒ ::String
573 |
# File 'sig/client.rbs', line 573
def availability_zone: () -> ::String
|
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfigurationOutput]
583 |
# File 'sig/client.rbs', line 583
def db_backup_configurations: () -> ::Array[Types::DbBackupConfigurationOutput]
|
#db_cluster_id ⇒ ::String
577 |
# File 'sig/client.rbs', line 577
def db_cluster_id: () -> ::String
|
#db_instance_type ⇒ "db.influx.medium", ...
565 |
# File 'sig/client.rbs', line 565
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
572 |
# File 'sig/client.rbs', line 572
def db_parameter_group_identifier: () -> ::String
|
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
566 |
# File 'sig/client.rbs', line 566
def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
#deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
568 |
# File 'sig/client.rbs', line 568
def deployment_type: () -> ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY")
|
#endpoint ⇒ ::String
562 |
# File 'sig/client.rbs', line 562
def endpoint: () -> ::String
|
#id ⇒ ::String
558 |
# File 'sig/client.rbs', line 558
def id: () -> ::String
|
#influx_auth_parameters_secret_arn ⇒ ::String
576 |
# File 'sig/client.rbs', line 576
def influx_auth_parameters_secret_arn: () -> ::String
|
#instance_mode ⇒ "PRIMARY", ...
578 |
# File 'sig/client.rbs', line 578
def instance_mode: () -> ("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")
|
#instance_modes ⇒ ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
579 |
# File 'sig/client.rbs', line 579
def instance_modes: () -> ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
|
#kms_key_id ⇒ ::String
584 |
# File 'sig/client.rbs', line 584
def kms_key_id: () -> ::String
|
#last_maintenance_time ⇒ ::Time
581 |
# File 'sig/client.rbs', line 581
def last_maintenance_time: () -> ::Time
|
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
575 |
# File 'sig/client.rbs', line 575
def log_delivery_configuration: () -> Types::LogDeliveryConfiguration
|
#maintenance_schedule ⇒ Types::MaintenanceSchedule
580 |
# File 'sig/client.rbs', line 580
def maintenance_schedule: () -> Types::MaintenanceSchedule
|
#name ⇒ ::String
559 |
# File 'sig/client.rbs', line 559
def name: () -> ::String
|
#network_type ⇒ "IPV4", "DUAL"
564 |
# File 'sig/client.rbs', line 564
def network_type: () -> ("IPV4" | "DUAL")
|
#next_maintenance_time ⇒ ::Time
582 |
# File 'sig/client.rbs', line 582
def next_maintenance_time: () -> ::Time
|
#port ⇒ ::Integer
563 |
# File 'sig/client.rbs', line 563
def port: () -> ::Integer
|
#publicly_accessible ⇒ Boolean
570 |
# File 'sig/client.rbs', line 570
def publicly_accessible: () -> bool
|
#secondary_availability_zone ⇒ ::String
574 |
# File 'sig/client.rbs', line 574
def secondary_availability_zone: () -> ::String
|
#status ⇒ "CREATING", ...
561 |
# File 'sig/client.rbs', line 561
def status: () -> ("CREATING" | "AVAILABLE" | "DELETING" | "MODIFYING" | "UPDATING" | "DELETED" | "FAILED" | "UPDATING_DEPLOYMENT_TYPE" | "UPDATING_INSTANCE_TYPE" | "MAINTENANCE" | "REBOOTING" | "REBOOT_FAILED" | "RESTORING" | "RESTORE_FAILED")
|
#vpc_security_group_ids ⇒ ::Array[::String]
571 |
# File 'sig/client.rbs', line 571
def vpc_security_group_ids: () -> ::Array[::String]
|
#vpc_subnet_ids ⇒ ::Array[::String]
569 |
# File 'sig/client.rbs', line 569
def vpc_subnet_ids: () -> ::Array[::String]
|