Class: Aws::Types::LFResourceDetails
- Inherits:
-
Object
- Object
- Aws::Types::LFResourceDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#database ⇒ Types::DatabaseLFTagPolicy
Returns the value of attribute database.
-
#table ⇒ Types::TableLFTagPolicy
Returns the value of attribute table.
Instance Attribute Details
#database ⇒ Types::DatabaseLFTagPolicy
Returns the value of attribute database.
680 681 682 |
# File 'sig/types.rbs', line 680 def database @database end |
#table ⇒ Types::TableLFTagPolicy
Returns the value of attribute table.
681 682 683 |
# File 'sig/types.rbs', line 681 def table @table end |