Class: Aws::Types::UpdateDatasetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDatasetRequest
- 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.
Instance Attribute Details
#format ⇒ "CSV", ...
Returns the value of attribute format.
968 969 970 |
# File 'sig/types.rbs', line 968 def format @format end |
#format_options ⇒ Types::FormatOptions
Returns the value of attribute format_options.
969 970 971 |
# File 'sig/types.rbs', line 969 def @format_options end |
#input ⇒ Types::Input
Returns the value of attribute input.
970 971 972 |
# File 'sig/types.rbs', line 970 def input @input end |
#name ⇒ ::String
Returns the value of attribute name.
967 968 969 |
# File 'sig/types.rbs', line 967 def name @name end |
#path_options ⇒ Types::PathOptions
Returns the value of attribute path_options.
971 972 973 |
# File 'sig/types.rbs', line 971 def @path_options end |