Class: Aws::Types::ModifyClusterMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:master_user_password])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_version_upgradeBoolean

Returns the value of attribute allow_version_upgrade.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


2021
2022
2023
# File 'sig/types.rbs', line 2021

def availability_zone
  @availability_zone
end

#availability_zone_relocationBoolean

Returns the value of attribute availability_zone_relocation.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2015
2016
2017
# File 'sig/types.rbs', line 2015

def elastic_ip
  @elastic_ip
end

#encryptedBoolean

Returns the value of attribute encrypted.

Returns:

  • (Boolean)


2018
2019
2020
# File 'sig/types.rbs', line 2018

def encrypted
  @encrypted
end

#enhanced_vpc_routingBoolean

Returns the value of attribute enhanced_vpc_routing.

Returns:

  • (Boolean)


2016
2017
2018
# File 'sig/types.rbs', line 2016

def enhanced_vpc_routing
  @enhanced_vpc_routing
end

#extra_compute_for_automatic_optimizationBoolean

Returns the value of attribute extra_compute_for_automatic_optimization.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2017
2018
2019
# File 'sig/types.rbs', line 2017

def maintenance_track_name
  @maintenance_track_name
end

#manage_master_passwordBoolean

Returns the value of attribute manage_master_password.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2004
2005
2006
# File 'sig/types.rbs', line 2004

def master_user_password
  @master_user_password
end

#multi_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


2008
2009
2010
# File 'sig/types.rbs', line 2008

def preferred_maintenance_window
  @preferred_maintenance_window
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


2003
2004
2005
# File 'sig/types.rbs', line 2003

def vpc_security_group_ids
  @vpc_security_group_ids
end