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)


473
474
475
# File 'sig/types.rbs', line 473

def db_cluster_identifier
  @db_cluster_identifier
end

#db_cluster_snapshot_identifier::String

Returns the value of attribute db_cluster_snapshot_identifier.

Returns:

  • (::String)


472
473
474
# File 'sig/types.rbs', line 472

def db_cluster_snapshot_identifier
  @db_cluster_snapshot_identifier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



474
475
476
# File 'sig/types.rbs', line 474

def tags
  @tags
end