Class: Aws::Types::FileGroupSettings
- Inherits:
-
Object
- Object
- Aws::Types::FileGroupSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ ::String
Returns the value of attribute destination.
-
#destination_settings ⇒ Types::DestinationSettings
Returns the value of attribute destination_settings.
Instance Attribute Details
#destination ⇒ ::String
Returns the value of attribute destination.
960 961 962 |
# File 'sig/types.rbs', line 960 def destination @destination end |
#destination_settings ⇒ Types::DestinationSettings
Returns the value of attribute destination_settings.
961 962 963 |
# File 'sig/types.rbs', line 961 def destination_settings @destination_settings end |