Module: Aws::TimestreamInfluxDB::Client::_GetDbInstanceResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#allocated_storage::Integer

Returns:

  • (::Integer)


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

def allocated_storage: () -> ::Integer

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#availability_zone::String

Returns:

  • (::String)


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

def availability_zone: () -> ::String

#db_cluster_id::String

Returns:

  • (::String)


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

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


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

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)


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

def db_parameter_group_identifier: () -> ::String

#db_storage_type"InfluxIOIncludedT1", ...

Returns:

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


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

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

#deployment_type"SINGLE_AZ", "WITH_MULTIAZ_STANDBY"

Returns:

  • ("SINGLE_AZ", "WITH_MULTIAZ_STANDBY")


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

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

#endpoint::String

Returns:

  • (::String)


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

def endpoint: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#influx_auth_parameters_secret_arn::String

Returns:

  • (::String)


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

def influx_auth_parameters_secret_arn: () -> ::String

#instance_mode"PRIMARY", ...

Returns:

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


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

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


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

def instance_modes: () -> ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]

#last_maintenance_time::Time

Returns:

  • (::Time)


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

def last_maintenance_time: () -> ::Time

#log_delivery_configurationTypes::LogDeliveryConfiguration



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

def log_delivery_configuration: () -> Types::LogDeliveryConfiguration

#maintenance_scheduleTypes::MaintenanceSchedule



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

def maintenance_schedule: () -> Types::MaintenanceSchedule

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#network_type"IPV4", "DUAL"

Returns:

  • ("IPV4", "DUAL")


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

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

#next_maintenance_time::Time

Returns:

  • (::Time)


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

def next_maintenance_time: () -> ::Time

#port::Integer

Returns:

  • (::Integer)


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

def port: () -> ::Integer

#publicly_accessibleBoolean

Returns:

  • (Boolean)


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

def publicly_accessible: () -> bool

#secondary_availability_zone::String

Returns:

  • (::String)


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

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


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

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


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

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

#vpc_subnet_ids::Array[::String]

Returns:

  • (::Array[::String])


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

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