Class: Aws::Types::ModifyClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_version_upgrade ⇒ Boolean
Returns the value of attribute allow_version_upgrade.
-
#automated_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute automated_snapshot_retention_period.
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_relocation ⇒ Boolean
Returns the value of attribute availability_zone_relocation.
-
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
-
#cluster_parameter_group_name ⇒ ::String
Returns the value of attribute cluster_parameter_group_name.
-
#cluster_security_groups ⇒ ::Array[::String]
Returns the value of attribute cluster_security_groups.
-
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
-
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
-
#elastic_ip ⇒ ::String
Returns the value of attribute elastic_ip.
-
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
-
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
-
#extra_compute_for_automatic_optimization ⇒ Boolean
Returns the value of attribute extra_compute_for_automatic_optimization.
-
#hsm_client_certificate_identifier ⇒ ::String
Returns the value of attribute hsm_client_certificate_identifier.
-
#hsm_configuration_identifier ⇒ ::String
Returns the value of attribute hsm_configuration_identifier.
-
#ip_address_type ⇒ ::String
Returns the value of attribute ip_address_type.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
-
#manage_master_password ⇒ Boolean
Returns the value of attribute manage_master_password.
-
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
-
#master_password_secret_kms_key_id ⇒ ::String
Returns the value of attribute master_password_secret_kms_key_id.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
-
#new_cluster_identifier ⇒ ::String
Returns the value of attribute new_cluster_identifier.
-
#node_type ⇒ ::String
Returns the value of attribute node_type.
-
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#allow_version_upgrade ⇒ Boolean
Returns the value of attribute allow_version_upgrade.
2010 2011 2012 |
# File 'sig/types.rbs', line 2010 def allow_version_upgrade @allow_version_upgrade end |
#automated_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute automated_snapshot_retention_period.
2006 2007 2008 |
# File 'sig/types.rbs', line 2006 def automated_snapshot_retention_period @automated_snapshot_retention_period end |
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def availability_zone @availability_zone end |
#availability_zone_relocation ⇒ Boolean
Returns the value of attribute availability_zone_relocation.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def availability_zone_relocation @availability_zone_relocation end |
#cluster_identifier ⇒ ::String
Returns the value of attribute cluster_identifier.
1998 1999 2000 |
# File 'sig/types.rbs', line 1998 def cluster_identifier @cluster_identifier end |
#cluster_parameter_group_name ⇒ ::String
Returns the value of attribute cluster_parameter_group_name.
2005 2006 2007 |
# File 'sig/types.rbs', line 2005 def cluster_parameter_group_name @cluster_parameter_group_name end |
#cluster_security_groups ⇒ ::Array[::String]
Returns the value of attribute cluster_security_groups.
2002 2003 2004 |
# File 'sig/types.rbs', line 2002 def cluster_security_groups @cluster_security_groups end |
#cluster_type ⇒ ::String
Returns the value of attribute cluster_type.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def cluster_type @cluster_type end |
#cluster_version ⇒ ::String
Returns the value of attribute cluster_version.
2009 2010 2011 |
# File 'sig/types.rbs', line 2009 def cluster_version @cluster_version end |
#elastic_ip ⇒ ::String
Returns the value of attribute elastic_ip.
2015 2016 2017 |
# File 'sig/types.rbs', line 2015 def elastic_ip @elastic_ip end |
#encrypted ⇒ Boolean
Returns the value of attribute encrypted.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def encrypted @encrypted end |
#enhanced_vpc_routing ⇒ Boolean
Returns the value of attribute enhanced_vpc_routing.
2016 2017 2018 |
# File 'sig/types.rbs', line 2016 def enhanced_vpc_routing @enhanced_vpc_routing end |
#extra_compute_for_automatic_optimization ⇒ Boolean
Returns the value of attribute extra_compute_for_automatic_optimization.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def extra_compute_for_automatic_optimization @extra_compute_for_automatic_optimization end |
#hsm_client_certificate_identifier ⇒ ::String
Returns the value of attribute hsm_client_certificate_identifier.
2011 2012 2013 |
# File 'sig/types.rbs', line 2011 def hsm_client_certificate_identifier @hsm_client_certificate_identifier end |
#hsm_configuration_identifier ⇒ ::String
Returns the value of attribute hsm_configuration_identifier.
2012 2013 2014 |
# File 'sig/types.rbs', line 2012 def hsm_configuration_identifier @hsm_configuration_identifier end |
#ip_address_type ⇒ ::String
Returns the value of attribute ip_address_type.
2025 2026 2027 |
# File 'sig/types.rbs', line 2025 def ip_address_type @ip_address_type end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def kms_key_id @kms_key_id end |
#maintenance_track_name ⇒ ::String
Returns the value of attribute maintenance_track_name.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def maintenance_track_name @maintenance_track_name end |
#manage_master_password ⇒ Boolean
Returns the value of attribute manage_master_password.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def manage_master_password @manage_master_password end |
#manual_snapshot_retention_period ⇒ ::Integer
Returns the value of attribute manual_snapshot_retention_period.
2007 2008 2009 |
# File 'sig/types.rbs', line 2007 def manual_snapshot_retention_period @manual_snapshot_retention_period end |
#master_password_secret_kms_key_id ⇒ ::String
Returns the value of attribute master_password_secret_kms_key_id.
2024 2025 2026 |
# File 'sig/types.rbs', line 2024 def master_password_secret_kms_key_id @master_password_secret_kms_key_id end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
2004 2005 2006 |
# File 'sig/types.rbs', line 2004 def master_user_password @master_user_password end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def multi_az @multi_az end |
#new_cluster_identifier ⇒ ::String
Returns the value of attribute new_cluster_identifier.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def new_cluster_identifier @new_cluster_identifier end |
#node_type ⇒ ::String
Returns the value of attribute node_type.
2000 2001 2002 |
# File 'sig/types.rbs', line 2000 def node_type @node_type end |
#number_of_nodes ⇒ ::Integer
Returns the value of attribute number_of_nodes.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def number_of_nodes @number_of_nodes end |
#port ⇒ ::Integer
Returns the value of attribute port.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def port @port end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
2008 2009 2010 |
# File 'sig/types.rbs', line 2008 def preferred_maintenance_window @preferred_maintenance_window end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def publicly_accessible @publicly_accessible end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
2003 2004 2005 |
# File 'sig/types.rbs', line 2003 def vpc_security_group_ids @vpc_security_group_ids end |