Class: Aws::Types::CreateClusterSnapshotMessage

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)


576
577
578
# File 'sig/types.rbs', line 576

def cluster_identifier
  @cluster_identifier
end

#manual_snapshot_retention_period::Integer

Returns the value of attribute manual_snapshot_retention_period.

Returns:

  • (::Integer)


577
578
579
# File 'sig/types.rbs', line 577

def manual_snapshot_retention_period
  @manual_snapshot_retention_period
end

#snapshot_identifier::String

Returns the value of attribute snapshot_identifier.

Returns:

  • (::String)


575
576
577
# File 'sig/types.rbs', line 575

def snapshot_identifier
  @snapshot_identifier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



578
579
580
# File 'sig/types.rbs', line 578

def tags
  @tags
end