Class: Aws::Types::PendingModifiedValues

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

#automated_snapshot_retention_period::Integer

Returns the value of attribute automated_snapshot_retention_period.

Returns:

  • (::Integer)


2310
2311
2312
# File 'sig/types.rbs', line 2310

def automated_snapshot_retention_period
  @automated_snapshot_retention_period
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


2311
2312
2313
# File 'sig/types.rbs', line 2311

def cluster_identifier
  @cluster_identifier
end

#cluster_type::String

Returns the value of attribute cluster_type.

Returns:

  • (::String)


2308
2309
2310
# File 'sig/types.rbs', line 2308

def cluster_type
  @cluster_type
end

#cluster_version::String

Returns the value of attribute cluster_version.

Returns:

  • (::String)


2309
2310
2311
# File 'sig/types.rbs', line 2309

def cluster_version
  @cluster_version
end

#encryption_type::String

Returns the value of attribute encryption_type.

Returns:

  • (::String)


2315
2316
2317
# File 'sig/types.rbs', line 2315

def encryption_type
  @encryption_type
end

#enhanced_vpc_routingBoolean

Returns the value of attribute enhanced_vpc_routing.

Returns:

  • (Boolean)


2313
2314
2315
# File 'sig/types.rbs', line 2313

def enhanced_vpc_routing
  @enhanced_vpc_routing
end

#maintenance_track_name::String

Returns the value of attribute maintenance_track_name.

Returns:

  • (::String)


2314
2315
2316
# File 'sig/types.rbs', line 2314

def maintenance_track_name
  @maintenance_track_name
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


2305
2306
2307
# File 'sig/types.rbs', line 2305

def master_user_password
  @master_user_password
end

#node_type::String

Returns the value of attribute node_type.

Returns:

  • (::String)


2306
2307
2308
# File 'sig/types.rbs', line 2306

def node_type
  @node_type
end

#number_of_nodes::Integer

Returns the value of attribute number_of_nodes.

Returns:

  • (::Integer)


2307
2308
2309
# File 'sig/types.rbs', line 2307

def number_of_nodes
  @number_of_nodes
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


2312
2313
2314
# File 'sig/types.rbs', line 2312

def publicly_accessible
  @publicly_accessible
end