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:



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

def db_snapshot_attributes
  @db_snapshot_attributes
end

#db_snapshot_identifier::String

Returns the value of attribute db_snapshot_identifier.

Returns:

  • (::String)


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

def db_snapshot_identifier
  @db_snapshot_identifier
end