Class: Aws::Types::CreateDBClusterSnapshotMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_cluster_identifier::String

Returns the value of attribute db_cluster_identifier.

Returns:

  • (::String)


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

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_snapshot_identifier::String

Returns the value of attribute db_cluster_snapshot_identifier.

Returns:

  • (::String)


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

def db_cluster_snapshot_identifier
  @db_cluster_snapshot_identifier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end