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)


2321
2322
2323
# File 'sig/types.rbs', line 2321

def automated_snapshot_retention_period
  @automated_snapshot_retention_period
end

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


2322
2323
2324
# File 'sig/types.rbs', line 2322

def cluster_identifier
  @cluster_identifier
end

#cluster_type::String

Returns the value of attribute cluster_type.

Returns:

  • (::String)


2319
2320
2321
# File 'sig/types.rbs', line 2319

def cluster_type
  @cluster_type
end

#cluster_version::String

Returns the value of attribute cluster_version.

Returns:

  • (::String)


2320
2321
2322
# File 'sig/types.rbs', line 2320

def cluster_version
  @cluster_version
end

#encryption_type::String

Returns the value of attribute encryption_type.

Returns:

  • (::String)


2326
2327
2328
# File 'sig/types.rbs', line 2326

def encryption_type
  @encryption_type
end

#enhanced_vpc_routingBoolean

Returns the value of attribute enhanced_vpc_routing.

Returns:

  • (Boolean)


2324
2325
2326
# File 'sig/types.rbs', line 2324

def enhanced_vpc_routing
  @enhanced_vpc_routing
end

#maintenance_track_name::String

Returns the value of attribute maintenance_track_name.

Returns:

  • (::String)


2325
2326
2327
# File 'sig/types.rbs', line 2325

def maintenance_track_name
  @maintenance_track_name
end

#master_user_password::String

Returns the value of attribute master_user_password.

Returns:

  • (::String)


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

def master_user_password
  @master_user_password
end

#node_type::String

Returns the value of attribute node_type.

Returns:

  • (::String)


2317
2318
2319
# File 'sig/types.rbs', line 2317

def node_type
  @node_type
end

#number_of_nodes::Integer

Returns the value of attribute number_of_nodes.

Returns:

  • (::Integer)


2318
2319
2320
# File 'sig/types.rbs', line 2318

def number_of_nodes
  @number_of_nodes
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


2323
2324
2325
# File 'sig/types.rbs', line 2323

def publicly_accessible
  @publicly_accessible
end