Class: Aws::Types::CopyCommand
- Inherits:
-
Object
- Object
- Aws::Types::CopyCommand
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#copy_options ⇒ ::String
Returns the value of attribute copy_options.
-
#data_table_columns ⇒ ::String
Returns the value of attribute data_table_columns.
-
#data_table_name ⇒ ::String
Returns the value of attribute data_table_name.
Instance Attribute Details
#copy_options ⇒ ::String
Returns the value of attribute copy_options.
158 159 160 |
# File 'sig/types.rbs', line 158 def end |
#data_table_columns ⇒ ::String
Returns the value of attribute data_table_columns.
157 158 159 |
# File 'sig/types.rbs', line 157 def data_table_columns @data_table_columns end |
#data_table_name ⇒ ::String
Returns the value of attribute data_table_name.
156 157 158 |
# File 'sig/types.rbs', line 156 def data_table_name @data_table_name end |