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

Class: Aws::DataExchange::Types::CreateDataSetResponse

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

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.

Returns:

  • (String)

    An Amazon Resource Name (ARN) that uniquely identifies an AWS resource.

    .

#asset_typeString

The type of file your data is stored in. Currently, the supported asset type is S3_SNAPSHOT.

Possible values:

  • S3_SNAPSHOT

Returns:

  • (String)

    The type of file your data is stored in.

#created_atTime

Dates and times in AWS Data Exchange are recorded in ISO 8601 format.

Returns:

  • (Time)

    Dates and times in AWS Data Exchange are recorded in ISO 8601 format.

    .

#descriptionString

A description of a resource.

Returns:

  • (String)

    A description of a resource.

    .

#idString

A unique identifier.

Returns:

  • (String)

    A unique identifier.

    .

#nameString

The name of the model.

Returns:

  • (String)

    The name of the model.

#originString

A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers). When an owned data set is published in a product, AWS Data Exchange creates a copy of the data set. Subscribers can access that copy of the data set as an entitled data set.

Possible values:

  • OWNED
  • ENTITLED

Returns:

  • (String)

    A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).

#origin_detailsTypes::OriginDetails

#source_idString

A unique identifier.

Returns:

  • (String)

    A unique identifier.

    .

#tagsHash<String,String>

Returns:

  • (Hash<String,String>)

#updated_atTime

Dates and times in AWS Data Exchange are recorded in ISO 8601 format.

Returns:

  • (Time)

    Dates and times in AWS Data Exchange are recorded in ISO 8601 format.

    .