Module: Aws::TimestreamInfluxDB::Client::_GetDbInstanceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDbInstanceOutput]
- 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
538 |
# File 'sig/client.rbs', line 538
def allocated_storage: () -> ::Integer
|
#arn ⇒ ::String
531 |
# File 'sig/client.rbs', line 531
def arn: () -> ::String
|
#availability_zone ⇒ ::String
544 |
# File 'sig/client.rbs', line 544
def availability_zone: () -> ::String
|
#db_cluster_id ⇒ ::String
548 |
# File 'sig/client.rbs', line 548
def db_cluster_id: () -> ::String
|
#db_instance_type ⇒ "db.influx.medium", ...
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
543 |
# File 'sig/client.rbs', line 543
def db_parameter_group_identifier: () -> ::String
|
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
537 |
# File 'sig/client.rbs', line 537
def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
#deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
539 |
# File 'sig/client.rbs', line 539
def deployment_type: () -> ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY")
|
#endpoint ⇒ ::String
533 |
# File 'sig/client.rbs', line 533
def endpoint: () -> ::String
|
#id ⇒ ::String
529 |
# File 'sig/client.rbs', line 529
def id: () -> ::String
|
#influx_auth_parameters_secret_arn ⇒ ::String
547 |
# File 'sig/client.rbs', line 547
def influx_auth_parameters_secret_arn: () -> ::String
|
#instance_mode ⇒ "PRIMARY", ...
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")]
550 |
# File 'sig/client.rbs', line 550
def instance_modes: () -> ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
|
#last_maintenance_time ⇒ ::Time
552 |
# File 'sig/client.rbs', line 552
def last_maintenance_time: () -> ::Time
|
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
546 |
# File 'sig/client.rbs', line 546
def log_delivery_configuration: () -> Types::LogDeliveryConfiguration
|
#maintenance_schedule ⇒ Types::MaintenanceSchedule
551 |
# File 'sig/client.rbs', line 551
def maintenance_schedule: () -> Types::MaintenanceSchedule
|
#name ⇒ ::String
530 |
# File 'sig/client.rbs', line 530
def name: () -> ::String
|
#network_type ⇒ "IPV4", "DUAL"
535 |
# File 'sig/client.rbs', line 535
def network_type: () -> ("IPV4" | "DUAL")
|
#next_maintenance_time ⇒ ::Time
553 |
# File 'sig/client.rbs', line 553
def next_maintenance_time: () -> ::Time
|
#port ⇒ ::Integer
534 |
# File 'sig/client.rbs', line 534
def port: () -> ::Integer
|
#publicly_accessible ⇒ Boolean
541 |
# File 'sig/client.rbs', line 541
def publicly_accessible: () -> bool
|
#secondary_availability_zone ⇒ ::String
545 |
# File 'sig/client.rbs', line 545
def secondary_availability_zone: () -> ::String
|
#status ⇒ "CREATING", ...
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]
542 |
# File 'sig/client.rbs', line 542
def vpc_security_group_ids: () -> ::Array[::String]
|
#vpc_subnet_ids ⇒ ::Array[::String]
540 |
# File 'sig/client.rbs', line 540
def vpc_subnet_ids: () -> ::Array[::String]
|