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)


203
204
205
# File 'sig/types.rbs', line 203

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_snapshot_identifier::String

Returns the value of attribute db_cluster_snapshot_identifier.

Returns:

  • (::String)


202
203
204
# File 'sig/types.rbs', line 202

def db_cluster_snapshot_identifier
  @db_cluster_snapshot_identifier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



204
205
206
# File 'sig/types.rbs', line 204

def tags
  @tags
end