Class: Aws::Types::ModifyDBClusterSnapshotAttributeMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


3036
3037
3038
# File 'sig/types.rbs', line 3036

def attribute_name
  @attribute_name
end

#db_cluster_snapshot_identifier::String

Returns the value of attribute db_cluster_snapshot_identifier.

Returns:

  • (::String)


3035
3036
3037
# File 'sig/types.rbs', line 3035

def db_cluster_snapshot_identifier
  @db_cluster_snapshot_identifier
end

#values_to_add::Array[::String]

Returns the value of attribute values_to_add.

Returns:

  • (::Array[::String])


3037
3038
3039
# File 'sig/types.rbs', line 3037

def values_to_add
  @values_to_add
end

#values_to_remove::Array[::String]

Returns the value of attribute values_to_remove.

Returns:

  • (::Array[::String])


3038
3039
3040
# File 'sig/types.rbs', line 3038

def values_to_remove
  @values_to_remove
end