Class: Aws::Types::CreateDBSnapshotMessage

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_instance_identifier::String

Returns the value of attribute db_instance_identifier.

Returns:

  • (::String)


694
695
696
# File 'sig/types.rbs', line 694

def db_instance_identifier
  @db_instance_identifier
end

#db_snapshot_identifier::String

Returns the value of attribute db_snapshot_identifier.

Returns:

  • (::String)


693
694
695
# File 'sig/types.rbs', line 693

def db_snapshot_identifier
  @db_snapshot_identifier
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



695
696
697
# File 'sig/types.rbs', line 695

def tags
  @tags
end