You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MachineLearning::Types::UpdateDataSourceInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateDataSourceInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  data_source_id: "EntityId", # required
  data_source_name: "EntityName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#data_source_idString

The ID assigned to the DataSource during creation.

Returns:

  • (String)

    The ID assigned to the DataSource during creation.

#data_source_nameString

A new user-supplied name or description of the DataSource that will replace the current description.

Returns:

  • (String)

    A new user-supplied name or description of the DataSource that will replace the current description.