Class: Aws::Types::UpdateDbInstanceOutput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDbInstanceOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfigurationOutput]
Returns the value of attribute db_backup_configurations.
-
#db_cluster_id ⇒ ::String
Returns the value of attribute db_cluster_id.
-
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
-
#db_parameter_group_identifier ⇒ ::String
Returns the value of attribute db_parameter_group_identifier.
-
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
Returns the value of attribute db_storage_type.
-
#deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
Returns the value of attribute deployment_type.
-
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#influx_auth_parameters_secret_arn ⇒ ::String
Returns the value of attribute influx_auth_parameters_secret_arn.
-
#instance_mode ⇒ "PRIMARY", ...
Returns the value of attribute instance_mode.
-
#instance_modes ⇒ ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
Returns the value of attribute instance_modes.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#last_maintenance_time ⇒ ::Time
Returns the value of attribute last_maintenance_time.
-
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
Returns the value of attribute log_delivery_configuration.
-
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
-
#next_maintenance_time ⇒ ::Time
Returns the value of attribute next_maintenance_time.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#secondary_availability_zone ⇒ ::String
Returns the value of attribute secondary_availability_zone.
-
#status ⇒ "CREATING", ...
Returns the value of attribute status.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
-
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
878 879 880 |
# File 'sig/types.rbs', line 878 def allocated_storage @allocated_storage end |
#arn ⇒ ::String
Returns the value of attribute arn.
871 872 873 |
# File 'sig/types.rbs', line 871 def arn @arn end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
884 885 886 |
# File 'sig/types.rbs', line 884 def availability_zone @availability_zone end |
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfigurationOutput]
Returns the value of attribute db_backup_configurations.
894 895 896 |
# File 'sig/types.rbs', line 894 def db_backup_configurations @db_backup_configurations end |
#db_cluster_id ⇒ ::String
Returns the value of attribute db_cluster_id.
888 889 890 |
# File 'sig/types.rbs', line 888 def db_cluster_id @db_cluster_id end |
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
876 877 878 |
# File 'sig/types.rbs', line 876 def db_instance_type @db_instance_type end |
#db_parameter_group_identifier ⇒ ::String
Returns the value of attribute db_parameter_group_identifier.
883 884 885 |
# File 'sig/types.rbs', line 883 def db_parameter_group_identifier @db_parameter_group_identifier end |
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
Returns the value of attribute db_storage_type.
877 878 879 |
# File 'sig/types.rbs', line 877 def db_storage_type @db_storage_type end |
#deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
Returns the value of attribute deployment_type.
879 880 881 |
# File 'sig/types.rbs', line 879 def deployment_type @deployment_type end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
873 874 875 |
# File 'sig/types.rbs', line 873 def endpoint @endpoint end |
#id ⇒ ::String
Returns the value of attribute id.
869 870 871 |
# File 'sig/types.rbs', line 869 def id @id end |
#influx_auth_parameters_secret_arn ⇒ ::String
Returns the value of attribute influx_auth_parameters_secret_arn.
887 888 889 |
# File 'sig/types.rbs', line 887 def influx_auth_parameters_secret_arn @influx_auth_parameters_secret_arn end |
#instance_mode ⇒ "PRIMARY", ...
Returns the value of attribute instance_mode.
889 890 891 |
# File 'sig/types.rbs', line 889 def instance_mode @instance_mode end |
#instance_modes ⇒ ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
Returns the value of attribute instance_modes.
890 891 892 |
# File 'sig/types.rbs', line 890 def instance_modes @instance_modes end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
895 896 897 |
# File 'sig/types.rbs', line 895 def kms_key_id @kms_key_id end |
#last_maintenance_time ⇒ ::Time
Returns the value of attribute last_maintenance_time.
892 893 894 |
# File 'sig/types.rbs', line 892 def last_maintenance_time @last_maintenance_time end |
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
Returns the value of attribute log_delivery_configuration.
886 887 888 |
# File 'sig/types.rbs', line 886 def log_delivery_configuration @log_delivery_configuration end |
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
891 892 893 |
# File 'sig/types.rbs', line 891 def maintenance_schedule @maintenance_schedule end |
#name ⇒ ::String
Returns the value of attribute name.
870 871 872 |
# File 'sig/types.rbs', line 870 def name @name end |
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
875 876 877 |
# File 'sig/types.rbs', line 875 def network_type @network_type end |
#next_maintenance_time ⇒ ::Time
Returns the value of attribute next_maintenance_time.
893 894 895 |
# File 'sig/types.rbs', line 893 def next_maintenance_time @next_maintenance_time end |
#port ⇒ ::Integer
Returns the value of attribute port.
874 875 876 |
# File 'sig/types.rbs', line 874 def port @port end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
881 882 883 |
# File 'sig/types.rbs', line 881 def publicly_accessible @publicly_accessible end |
#secondary_availability_zone ⇒ ::String
Returns the value of attribute secondary_availability_zone.
885 886 887 |
# File 'sig/types.rbs', line 885 def secondary_availability_zone @secondary_availability_zone end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
872 873 874 |
# File 'sig/types.rbs', line 872 def status @status end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
882 883 884 |
# File 'sig/types.rbs', line 882 def vpc_security_group_ids @vpc_security_group_ids end |
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
880 881 882 |
# File 'sig/types.rbs', line 880 def vpc_subnet_ids @vpc_subnet_ids end |