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.
981 982 983 |
# File 'sig/types.rbs', line 981 def destination @destination end |
#destination_settings ⇒ Types::DestinationSettings
Returns the value of attribute destination_settings.
982 983 984 |
# File 'sig/types.rbs', line 982 def destination_settings @destination_settings end |