Class: Aws::Types::RebootDbInstanceOutput
- Inherits:
-
Object
- Object
- Aws::Types::RebootDbInstanceOutput
- 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.
752 753 754 |
# File 'sig/types.rbs', line 752 def allocated_storage @allocated_storage end |
#arn ⇒ ::String
Returns the value of attribute arn.
745 746 747 |
# File 'sig/types.rbs', line 745 def arn @arn end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
758 759 760 |
# File 'sig/types.rbs', line 758 def availability_zone @availability_zone end |
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfigurationOutput]
Returns the value of attribute db_backup_configurations.
768 769 770 |
# File 'sig/types.rbs', line 768 def db_backup_configurations @db_backup_configurations end |
#db_cluster_id ⇒ ::String
Returns the value of attribute db_cluster_id.
762 763 764 |
# File 'sig/types.rbs', line 762 def db_cluster_id @db_cluster_id end |
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
750 751 752 |
# File 'sig/types.rbs', line 750 def db_instance_type @db_instance_type end |
#db_parameter_group_identifier ⇒ ::String
Returns the value of attribute db_parameter_group_identifier.
757 758 759 |
# File 'sig/types.rbs', line 757 def db_parameter_group_identifier @db_parameter_group_identifier end |
#db_storage_type ⇒ "InfluxIOIncludedT1", ...
Returns the value of attribute db_storage_type.
751 752 753 |
# File 'sig/types.rbs', line 751 def db_storage_type @db_storage_type end |
#deployment_type ⇒ "SINGLE_AZ", "WITH_MULTIAZ_STANDBY"
Returns the value of attribute deployment_type.
753 754 755 |
# File 'sig/types.rbs', line 753 def deployment_type @deployment_type end |
#endpoint ⇒ ::String
Returns the value of attribute endpoint.
747 748 749 |
# File 'sig/types.rbs', line 747 def endpoint @endpoint end |
#id ⇒ ::String
Returns the value of attribute id.
743 744 745 |
# File 'sig/types.rbs', line 743 def id @id end |
#influx_auth_parameters_secret_arn ⇒ ::String
Returns the value of attribute influx_auth_parameters_secret_arn.
761 762 763 |
# File 'sig/types.rbs', line 761 def influx_auth_parameters_secret_arn @influx_auth_parameters_secret_arn end |
#instance_mode ⇒ "PRIMARY", ...
Returns the value of attribute instance_mode.
763 764 765 |
# File 'sig/types.rbs', line 763 def instance_mode @instance_mode end |
#instance_modes ⇒ ::Array[("PRIMARY" | "STANDBY" | "REPLICA" | "INGEST" | "QUERY" | "COMPACT" | "PROCESS")]
Returns the value of attribute instance_modes.
764 765 766 |
# File 'sig/types.rbs', line 764 def instance_modes @instance_modes end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
769 770 771 |
# File 'sig/types.rbs', line 769 def kms_key_id @kms_key_id end |
#last_maintenance_time ⇒ ::Time
Returns the value of attribute last_maintenance_time.
766 767 768 |
# File 'sig/types.rbs', line 766 def last_maintenance_time @last_maintenance_time end |
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
Returns the value of attribute log_delivery_configuration.
760 761 762 |
# File 'sig/types.rbs', line 760 def log_delivery_configuration @log_delivery_configuration end |
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
765 766 767 |
# File 'sig/types.rbs', line 765 def maintenance_schedule @maintenance_schedule end |
#name ⇒ ::String
Returns the value of attribute name.
744 745 746 |
# File 'sig/types.rbs', line 744 def name @name end |
#network_type ⇒ "IPV4", "DUAL"
Returns the value of attribute network_type.
749 750 751 |
# File 'sig/types.rbs', line 749 def network_type @network_type end |
#next_maintenance_time ⇒ ::Time
Returns the value of attribute next_maintenance_time.
767 768 769 |
# File 'sig/types.rbs', line 767 def next_maintenance_time @next_maintenance_time end |
#port ⇒ ::Integer
Returns the value of attribute port.
748 749 750 |
# File 'sig/types.rbs', line 748 def port @port end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
755 756 757 |
# File 'sig/types.rbs', line 755 def publicly_accessible @publicly_accessible end |
#secondary_availability_zone ⇒ ::String
Returns the value of attribute secondary_availability_zone.
759 760 761 |
# File 'sig/types.rbs', line 759 def secondary_availability_zone @secondary_availability_zone end |
#status ⇒ "CREATING", ...
Returns the value of attribute status.
746 747 748 |
# File 'sig/types.rbs', line 746 def status @status end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
756 757 758 |
# File 'sig/types.rbs', line 756 def vpc_security_group_ids @vpc_security_group_ids end |
#vpc_subnet_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_subnet_ids.
754 755 756 |
# File 'sig/types.rbs', line 754 def vpc_subnet_ids @vpc_subnet_ids end |