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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-dataexchange/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_set_idString

The unique identifier for a data set.

Returns:

  • (String)


4090
4091
4092
4093
4094
4095
4096
# File 'lib/aws-sdk-dataexchange/types.rb', line 4090

class UpdateDataSetRequest < Struct.new(
  :data_set_id,
  :description,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the data set.

Returns:

  • (String)


4090
4091
4092
4093
4094
4095
4096
# File 'lib/aws-sdk-dataexchange/types.rb', line 4090

class UpdateDataSetRequest < Struct.new(
  :data_set_id,
  :description,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data set.

Returns:

  • (String)


4090
4091
4092
4093
4094
4095
4096
# File 'lib/aws-sdk-dataexchange/types.rb', line 4090

class UpdateDataSetRequest < Struct.new(
  :data_set_id,
  :description,
  :name)
  SENSITIVE = []
  include Aws::Structure
end