Class: Aws::DataExchange::Types::CreateDataSetRequest

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

#asset_typeString

The type of asset that is added to a data set.

Returns:

  • (String)


565
566
567
568
569
570
571
572
# File 'lib/aws-sdk-dataexchange/types.rb', line 565

class CreateDataSetRequest < Struct.new(
  :asset_type,
  :description,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

A description for the data set. This value can be up to 16,348 characters long.

Returns:

  • (String)


565
566
567
568
569
570
571
572
# File 'lib/aws-sdk-dataexchange/types.rb', line 565

class CreateDataSetRequest < Struct.new(
  :asset_type,
  :description,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data set.

Returns:

  • (String)


565
566
567
568
569
570
571
572
# File 'lib/aws-sdk-dataexchange/types.rb', line 565

class CreateDataSetRequest < Struct.new(
  :asset_type,
  :description,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A data set tag is an optional label that you can assign to a data set when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to these data sets and revisions.

Returns:

  • (Hash<String,String>)


565
566
567
568
569
570
571
572
# File 'lib/aws-sdk-dataexchange/types.rb', line 565

class CreateDataSetRequest < Struct.new(
  :asset_type,
  :description,
  :name,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end