Module: Aws::TimestreamInfluxDB::Client::_UpdateDbInstanceResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateDbInstanceOutput]
- 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
728 |
# File 'sig/client.rbs', line 728
def allocated_storage: () -> ::Integer
|
#arn ⇒ ::String
721 |
# File 'sig/client.rbs', line 721
def arn: () -> ::String
|
#availability_zone ⇒ ::String
734 |
# File 'sig/client.rbs', line 734
def availability_zone: () -> ::String
|
#db_cluster_id ⇒ ::String
738 |
# File 'sig/client.rbs', line 738
def db_cluster_id: () -> ::String
|
#db_instance_type ⇒ "db.influx.medium", ...
726 |
# File 'sig/client.rbs', line 726
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
733 |
# File 'sig/client.rbs', line 733
def db_parameter_group_identifier: () -> ::String
|
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
727 |
# File 'sig/client.rbs', line 727
def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
#deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
729 |
# File 'sig/client.rbs', line 729
def deployment_type: () -> ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY")
|
#endpoint ⇒ ::String
723 |
# File 'sig/client.rbs', line 723
def endpoint: () -> ::String
|
#id ⇒ ::String
719 |
# File 'sig/client.rbs', line 719
def id: () -> ::String
|
#influx_auth_parameters_secret_arn ⇒ ::String
737 |
# File 'sig/client.rbs', line 737
def influx_auth_parameters_secret_arn: () -> ::String
|
#instance_mode ⇒ "PRIMARY", ...
739 |
# File 'sig/client.rbs', line 739
def instance_mode: () -> ("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")
|
#instance_modes ⇒ ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
740 |
# File 'sig/client.rbs', line 740
def instance_modes: () -> ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
|
#last_maintenance_time ⇒ ::Time
742 |
# File 'sig/client.rbs', line 742
def last_maintenance_time: () -> ::Time
|
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
736 |
# File 'sig/client.rbs', line 736
def log_delivery_configuration: () -> Types::LogDeliveryConfiguration
|
#maintenance_schedule ⇒ Types::MaintenanceSchedule
741 |
# File 'sig/client.rbs', line 741
def maintenance_schedule: () -> Types::MaintenanceSchedule
|
#name ⇒ ::String
720 |
# File 'sig/client.rbs', line 720
def name: () -> ::String
|
#network_type ⇒ "IPV4", "DUAL"
725 |
# File 'sig/client.rbs', line 725
def network_type: () -> ("IPV4" | "DUAL")
|
#next_maintenance_time ⇒ ::Time
743 |
# File 'sig/client.rbs', line 743
def next_maintenance_time: () -> ::Time
|
#port ⇒ ::Integer
724 |
# File 'sig/client.rbs', line 724
def port: () -> ::Integer
|
#publicly_accessible ⇒ Boolean
731 |
# File 'sig/client.rbs', line 731
def publicly_accessible: () -> bool
|
#secondary_availability_zone ⇒ ::String
735 |
# File 'sig/client.rbs', line 735
def secondary_availability_zone: () -> ::String
|
#status ⇒ "CREATING", ...
722 |
# File 'sig/client.rbs', line 722
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]
732 |
# File 'sig/client.rbs', line 732
def vpc_security_group_ids: () -> ::Array[::String]
|
#vpc_subnet_ids ⇒ ::Array[::String]
730 |
# File 'sig/client.rbs', line 730
def vpc_subnet_ids: () -> ::Array[::String]
|