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)


2045
2046
2047
# File 'sig/types.rbs', line 2045

def force
  @force
end

#manual_snapshot_retention_period::Integer

Returns the value of attribute manual_snapshot_retention_period.

Returns:

  • (::Integer)


2044
2045
2046
# File 'sig/types.rbs', line 2044

def manual_snapshot_retention_period
  @manual_snapshot_retention_period
end

#snapshot_identifier::String

Returns the value of attribute snapshot_identifier.

Returns:

  • (::String)


2043
2044
2045
# File 'sig/types.rbs', line 2043

def snapshot_identifier
  @snapshot_identifier
end