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

Class: Aws::DataExchange::Types::UpdateDataSetRequest

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

Overview

Note:

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

{
  data_set_id: "__string", # required
  description: "Description",
  name: "Name",
}

The request to update a data set.

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_idString

Returns:

  • (String)

#descriptionString

The description for the data set.

Returns:

  • (String)

    The description for the data set.

#nameString

The name of the data set.

Returns:

  • (String)

    The name of the data set.