Module: Aws::TimestreamInfluxDB::Client::_DeleteDbInstanceResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DeleteDbInstanceOutput]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#allocated_storage::Integer

Returns:

  • (::Integer)


471
# File 'sig/client.rbs', line 471

def allocated_storage: () -> ::Integer

#arn::String

Returns:

  • (::String)


464
# File 'sig/client.rbs', line 464

def arn: () -> ::String

#availability_zone::String

Returns:

  • (::String)


477
# File 'sig/client.rbs', line 477

def availability_zone: () -> ::String

#db_cluster_id::String

Returns:

  • (::String)


481
# File 'sig/client.rbs', line 481

def db_cluster_id: () -> ::String

#db_instance_type"db.influx.medium", ...

Returns:

  • ("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")


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

Returns:

  • (::String)


476
# File 'sig/client.rbs', line 476

def db_parameter_group_identifier: () -> ::String

#db_storage_type"InfluxIOIncludedT1", ...

Returns:

  • ("InfluxIOIncludedT1", "InfluxIOIncludedT2", "InfluxIOIncludedT3")


470
# File 'sig/client.rbs', line 470

def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")

#deployment_type"SINGLE_AZ", "WITH_MULTIAZ_STANDBY"

Returns:

  • ("SINGLE_AZ", "WITH_MULTIAZ_STANDBY")


472
# File 'sig/client.rbs', line 472

def deployment_type: () -> ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY")

#endpoint::String

Returns:

  • (::String)


466
# File 'sig/client.rbs', line 466

def endpoint: () -> ::String

#id::String

Returns:

  • (::String)


462
# File 'sig/client.rbs', line 462

def id: () -> ::String

#influx_auth_parameters_secret_arn::String

Returns:

  • (::String)


480
# File 'sig/client.rbs', line 480

def influx_auth_parameters_secret_arn: () -> ::String

#instance_mode"PRIMARY", ...

Returns:

  • ("PRIMARY", "STANDBY", "REPLICA", "INGEST", "QUERY", "COMPACT", "PROCESS")


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")]

Returns:

  • (::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

Returns:

  • (::Time)


485
# File 'sig/client.rbs', line 485

def last_maintenance_time: () -> ::Time

#log_delivery_configurationTypes::LogDeliveryConfiguration



479
# File 'sig/client.rbs', line 479

def log_delivery_configuration: () -> Types::LogDeliveryConfiguration

#maintenance_scheduleTypes::MaintenanceSchedule



484
# File 'sig/client.rbs', line 484

def maintenance_schedule: () -> Types::MaintenanceSchedule

#name::String

Returns:

  • (::String)


463
# File 'sig/client.rbs', line 463

def name: () -> ::String

#network_type"IPV4", "DUAL"

Returns:

  • ("IPV4", "DUAL")


468
# File 'sig/client.rbs', line 468

def network_type: () -> ("IPV4" | "DUAL")

#next_maintenance_time::Time

Returns:

  • (::Time)


486
# File 'sig/client.rbs', line 486

def next_maintenance_time: () -> ::Time

#port::Integer

Returns:

  • (::Integer)


467
# File 'sig/client.rbs', line 467

def port: () -> ::Integer

#publicly_accessibleBoolean

Returns:

  • (Boolean)


474
# File 'sig/client.rbs', line 474

def publicly_accessible: () -> bool

#secondary_availability_zone::String

Returns:

  • (::String)


478
# File 'sig/client.rbs', line 478

def secondary_availability_zone: () -> ::String

#status"CREATING", ...

Returns:

  • ("CREATING", "AVAILABLE", "DELETING", "MODIFYING", "UPDATING", "DELETED", "FAILED", "UPDATING_DEPLOYMENT_TYPE", "UPDATING_INSTANCE_TYPE", "MAINTENANCE", "REBOOTING", "REBOOT_FAILED")


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]

Returns:

  • (::Array[::String])


475
# File 'sig/client.rbs', line 475

def vpc_security_group_ids: () -> ::Array[::String]

#vpc_subnet_ids::Array[::String]

Returns:

  • (::Array[::String])


473
# File 'sig/client.rbs', line 473

def vpc_subnet_ids: () -> ::Array[::String]