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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dataexchange/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)


3477
3478
3479
3480
3481
3482
3483
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3477

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

#descriptionString

The description for the data set.

Returns:

  • (String)


3477
3478
3479
3480
3481
3482
3483
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3477

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

#nameString

The name of the data set.

Returns:

  • (String)


3477
3478
3479
3480
3481
3482
3483
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 3477

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