Class: Aws::Types::ModifySnapshotCopyRetentionPeriodMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_identifier::String

Returns the value of attribute cluster_identifier.

Returns:

  • (::String)


2166
2167
2168
# File 'sig/types.rbs', line 2166

def cluster_identifier
  @cluster_identifier
end

#manualBoolean

Returns the value of attribute manual.

Returns:

  • (Boolean)


2168
2169
2170
# File 'sig/types.rbs', line 2168

def manual
  @manual
end

#retention_period::Integer

Returns the value of attribute retention_period.

Returns:

  • (::Integer)


2167
2168
2169
# File 'sig/types.rbs', line 2167

def retention_period
  @retention_period
end