Class: Aws::DataExchange::Types::UpdateDataSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataExchange::Types::UpdateDataSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dataexchange/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_set_id ⇒ String
The unique identifier for a data set.
-
#description ⇒ String
The description for the data set.
-
#name ⇒ String
The name of the data set.
Instance Attribute Details
#data_set_id ⇒ String
The unique identifier for a data set.
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 |
#description ⇒ String
The description for the data set.
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 |
#name ⇒ String
The name of the data set.
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 |