Class: Aws::Types::CreateDatasetRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDatasetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#format ⇒ "CSV", ...
Returns the value of attribute format.
-
#format_options ⇒ Types::FormatOptions
Returns the value of attribute format_options.
-
#input ⇒ Types::Input
Returns the value of attribute input.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#path_options ⇒ Types::PathOptions
Returns the value of attribute path_options.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#format ⇒ "CSV", ...
Returns the value of attribute format.
59 60 61 |
# File 'sig/types.rbs', line 59 def format @format end |
#format_options ⇒ Types::FormatOptions
Returns the value of attribute format_options.
60 61 62 |
# File 'sig/types.rbs', line 60 def @format_options end |
#input ⇒ Types::Input
Returns the value of attribute input.
61 62 63 |
# File 'sig/types.rbs', line 61 def input @input end |
#name ⇒ ::String
Returns the value of attribute name.
58 59 60 |
# File 'sig/types.rbs', line 58 def name @name end |
#path_options ⇒ Types::PathOptions
Returns the value of attribute path_options.
62 63 64 |
# File 'sig/types.rbs', line 62 def @path_options end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
63 64 65 |
# File 'sig/types.rbs', line 63 def @tags end |