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

Class: Aws::DataExchange::Types::DataSetEntry

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

Overview

A data set is an AWS resource with one or more revisions.

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The ARN for the data set.

Returns:

  • (String)

    The ARN for the data set.

#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

The date and time that the data set was created, in ISO 8601 format.

Returns:

  • (Time)

    The date and time that the data set was created, in ISO 8601 format.

#descriptionString

The description for the data set.

Returns:

  • (String)

    The description for the data set.

#idString

The unique identifier for the data set.

Returns:

  • (String)

    The unique identifier for the data set.

#nameString

The name of the data set.

Returns:

  • (String)

    The name of the data set.

#originString

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

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

If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

Returns:

  • (Types::OriginDetails)

    If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.

#source_idString

The data set ID of the owned data set corresponding to the entitled data set being viewed. This parameter is returned when a data set owner is viewing the entitled copy of its owned data set.

Returns:

  • (String)

    The data set ID of the owned data set corresponding to the entitled data set being viewed.

#updated_atTime

The date and time that the data set was last updated, in ISO 8601 format.

Returns:

  • (Time)

    The date and time that the data set was last updated, in ISO 8601 format.