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_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
931 |
# File 'sig/client.rbs', line 931
def allocated_storage: () -> ::Integer
|
#arn ⇒ ::String
924 |
# File 'sig/client.rbs', line 924
def arn: () -> ::String
|
#availability_zone ⇒ ::String
937 |
# File 'sig/client.rbs', line 937
def availability_zone: () -> ::String
|
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfigurationOutput]
947 |
# File 'sig/client.rbs', line 947
def db_backup_configurations: () -> ::Array[Types::DbBackupConfigurationOutput]
|
#db_cluster_id ⇒ ::String
941 |
# File 'sig/client.rbs', line 941
def db_cluster_id: () -> ::String
|
#db_instance_type ⇒ "db.influx.medium", ...
929 |
# File 'sig/client.rbs', line 929
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
936 |
# File 'sig/client.rbs', line 936
def db_parameter_group_identifier: () -> ::String
|
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
930 |
# File 'sig/client.rbs', line 930
def db_storage_type: () -> ("InfluxIOIncludedT1" | "InfluxIOIncludedT2" | "InfluxIOIncludedT3")
|
#deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
932 |
# File 'sig/client.rbs', line 932
def deployment_type: () -> ("SINGLE_AZ" | "WITH_MULTIAZ_STANDBY")
|
#endpoint ⇒ ::String
926 |
# File 'sig/client.rbs', line 926
def endpoint: () -> ::String
|
#id ⇒ ::String
922 |
# File 'sig/client.rbs', line 922
def id: () -> ::String
|
#influx_auth_parameters_secret_arn ⇒ ::String
940 |
# File 'sig/client.rbs', line 940
def influx_auth_parameters_secret_arn: () -> ::String
|
#instance_mode ⇒ "PRIMARY", ...
942 |
# File 'sig/client.rbs', line 942
def instance_mode: () -> ("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")
|
#instance_modes ⇒ ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
943 |
# File 'sig/client.rbs', line 943
def instance_modes: () -> ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
|
#kms_key_id ⇒ ::String
948 |
# File 'sig/client.rbs', line 948
def kms_key_id: () -> ::String
|
#last_maintenance_time ⇒ ::Time
945 |
# File 'sig/client.rbs', line 945
def last_maintenance_time: () -> ::Time
|
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
939 |
# File 'sig/client.rbs', line 939
def log_delivery_configuration: () -> Types::LogDeliveryConfiguration
|
#maintenance_schedule ⇒ Types::MaintenanceSchedule
944 |
# File 'sig/client.rbs', line 944
def maintenance_schedule: () -> Types::MaintenanceSchedule
|
#name ⇒ ::String
923 |
# File 'sig/client.rbs', line 923
def name: () -> ::String
|
#network_type ⇒ "IPV4", "DUAL"
928 |
# File 'sig/client.rbs', line 928
def network_type: () -> ("IPV4" | "DUAL")
|
#next_maintenance_time ⇒ ::Time
946 |
# File 'sig/client.rbs', line 946
def next_maintenance_time: () -> ::Time
|
#port ⇒ ::Integer
927 |
# File 'sig/client.rbs', line 927
def port: () -> ::Integer
|
#publicly_accessible ⇒ Boolean
934 |
# File 'sig/client.rbs', line 934
def publicly_accessible: () -> bool
|
#secondary_availability_zone ⇒ ::String
938 |
# File 'sig/client.rbs', line 938
def secondary_availability_zone: () -> ::String
|
#status ⇒ "CREATING", ...
925 |
# File 'sig/client.rbs', line 925
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]
935 |
# File 'sig/client.rbs', line 935
def vpc_security_group_ids: () -> ::Array[::String]
|
#vpc_subnet_ids ⇒ ::Array[::String]
933 |
# File 'sig/client.rbs', line 933
def vpc_subnet_ids: () -> ::Array[::String]
|