Class: Aws::MachineLearning::Types::UpdateDataSourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MachineLearning::Types::UpdateDataSourceInput
- Defined in:
- gems/aws-sdk-machinelearning/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.
3581 3582 3583 3584 3585 3586 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3581 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.
3581 3582 3583 3584 3585 3586 |
# File 'gems/aws-sdk-machinelearning/lib/aws-sdk-machinelearning/types.rb', line 3581 class UpdateDataSourceInput < Struct.new( :data_source_id, :data_source_name) SENSITIVE = [] include Aws::Structure end |