Class: Aws::Types::DBSnapshotAttributesResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#db_snapshot_attributes::Array[Types::DBSnapshotAttribute]

Returns the value of attribute db_snapshot_attributes.

Returns:



1676
1677
1678
# File 'sig/types.rbs', line 1676

def db_snapshot_attributes
  @db_snapshot_attributes
end

#db_snapshot_identifier::String

Returns the value of attribute db_snapshot_identifier.

Returns:

  • (::String)


1675
1676
1677
# File 'sig/types.rbs', line 1675

def db_snapshot_identifier
  @db_snapshot_identifier
end