Module: Aws::TimestreamInfluxDB::Client::_UpdateDbInstanceResponseSuccess

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

Instance Method Summary collapse

Instance Method Details

#allocated_storage::Integer

Returns:

  • (::Integer)


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

def allocated_storage: () -> ::Integer

#arn::String

Returns:

  • (::String)


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

def arn: () -> ::String

#availability_zone::String

Returns:

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

Returns:

  • (::String)


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

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


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

Returns:

  • (::String)


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

def db_parameter_group_identifier: () -> ::String

#db_storage_type"InfluxIOIncludedT1", ...

Returns:

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


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

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

#deployment_type"SINGLE_AZ", "WITH_MULTIAZ_STANDBY"

Returns:

  • ("SINGLE_AZ", "WITH_MULTIAZ_STANDBY")


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

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

#endpoint::String

Returns:

  • (::String)


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

def endpoint: () -> ::String

#id::String

Returns:

  • (::String)


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

def id: () -> ::String

#influx_auth_parameters_secret_arn::String

Returns:

  • (::String)


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

def influx_auth_parameters_secret_arn: () -> ::String

#instance_mode"PRIMARY", ...

Returns:

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


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

Returns:

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

Returns:

  • (::String)


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

def kms_key_id: () -> ::String

#last_maintenance_time::Time

Returns:

  • (::Time)


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

def last_maintenance_time: () -> ::Time

#log_delivery_configurationTypes::LogDeliveryConfiguration



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

def log_delivery_configuration: () -> Types::LogDeliveryConfiguration

#maintenance_scheduleTypes::MaintenanceSchedule



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

def maintenance_schedule: () -> Types::MaintenanceSchedule

#name::String

Returns:

  • (::String)


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

def name: () -> ::String

#network_type"IPV4", "DUAL"

Returns:

  • ("IPV4", "DUAL")


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

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

#next_maintenance_time::Time

Returns:

  • (::Time)


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

def next_maintenance_time: () -> ::Time

#port::Integer

Returns:

  • (::Integer)


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

def port: () -> ::Integer

#publicly_accessibleBoolean

Returns:

  • (Boolean)


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

def publicly_accessible: () -> bool

#secondary_availability_zone::String

Returns:

  • (::String)


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

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", "RESTORING", "RESTORE_FAILED")


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]

Returns:

  • (::Array[::String])


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

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

#vpc_subnet_ids::Array[::String]

Returns:

  • (::Array[::String])


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

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