Class: Aws::Types::ExportDestination
- Inherits:
-
Object
- Object
- Aws::Types::ExportDestination
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_format ⇒ "CSV", "JSON"
Returns the value of attribute data_format.
-
#s3_url ⇒ ::String
Returns the value of attribute s3_url.
Instance Attribute Details
#data_format ⇒ "CSV", "JSON"
Returns the value of attribute data_format.
695 696 697 |
# File 'sig/types.rbs', line 695 def data_format @data_format end |
#s3_url ⇒ ::String
Returns the value of attribute s3_url.
696 697 698 |
# File 'sig/types.rbs', line 696 def s3_url @s3_url end |