Class: Aws::Types::DataSetExportItem
- Inherits:
-
Object
- Object
- Aws::Types::DataSetExportItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#external_location ⇒ Types::ExternalLocation
Returns the value of attribute external_location.
Instance Attribute Details
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
219 220 221 |
# File 'sig/types.rbs', line 219 def dataset_name @dataset_name end |
#external_location ⇒ Types::ExternalLocation
Returns the value of attribute external_location.
220 221 222 |
# File 'sig/types.rbs', line 220 def external_location @external_location end |