Class: Aws::Types::ModifyClusterSnapshotMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#forceBoolean

Returns the value of attribute force.

Returns:

  • (Boolean)


2056
2057
2058
# File 'sig/types.rbs', line 2056

def force
  @force
end

#manual_snapshot_retention_period::Integer

Returns the value of attribute manual_snapshot_retention_period.

Returns:

  • (::Integer)


2055
2056
2057
# File 'sig/types.rbs', line 2055

def manual_snapshot_retention_period
  @manual_snapshot_retention_period
end

#snapshot_identifier::String

Returns the value of attribute snapshot_identifier.

Returns:

  • (::String)


2054
2055
2056
# File 'sig/types.rbs', line 2054

def snapshot_identifier
  @snapshot_identifier
end