Class: Aws::Types::BatchModifyClusterSnapshotsMessage

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)


168
169
170
# File 'sig/types.rbs', line 168

def force
  @force
end

#manual_snapshot_retention_period::Integer

Returns the value of attribute manual_snapshot_retention_period.

Returns:

  • (::Integer)


167
168
169
# File 'sig/types.rbs', line 167

def manual_snapshot_retention_period
  @manual_snapshot_retention_period
end

#snapshot_identifier_list::Array[::String]

Returns the value of attribute snapshot_identifier_list.

Returns:

  • (::Array[::String])


166
167
168
# File 'sig/types.rbs', line 166

def snapshot_identifier_list
  @snapshot_identifier_list
end