Class: Aws::MachineLearning::Types::UpdateDataSourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::UpdateDataSourceInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-machinelearning/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_source_id ⇒ String
The ID assigned to the ‘DataSource` during creation.
-
#data_source_name ⇒ String
A new user-supplied name or description of the ‘DataSource` that will replace the current description.
Instance Attribute Details
#data_source_id ⇒ String
The ID assigned to the ‘DataSource` during creation.
3586 3587 3588 3589 3590 3591 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 3586 class UpdateDataSourceInput < Struct.new( :data_source_id, :data_source_name) SENSITIVE = [] include Aws::Structure end |
#data_source_name ⇒ String
A new user-supplied name or description of the ‘DataSource` that will replace the current description.
3586 3587 3588 3589 3590 3591 |
# File 'lib/aws-sdk-machinelearning/types.rb', line 3586 class UpdateDataSourceInput < Struct.new( :data_source_id, :data_source_name) SENSITIVE = [] include Aws::Structure end |