Class: Aws::DataExchange::Types::GetDataSetResponse

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

#arnString

The ARN for the data set.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1757

class GetDataSetResponse < Struct.new(
  :arn,
  :asset_type,
  :created_at,
  :description,
  :id,
  :name,
  :origin,
  :origin_details,
  :source_id,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#asset_typeString

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

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1757

class GetDataSetResponse < Struct.new(
  :arn,
  :asset_type,
  :created_at,
  :description,
  :id,
  :name,
  :origin,
  :origin_details,
  :source_id,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

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

Returns:

  • (Time)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1757

class GetDataSetResponse < Struct.new(
  :arn,
  :asset_type,
  :created_at,
  :description,
  :id,
  :name,
  :origin,
  :origin_details,
  :source_id,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the data set.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1757

class GetDataSetResponse < Struct.new(
  :arn,
  :asset_type,
  :created_at,
  :description,
  :id,
  :name,
  :origin,
  :origin_details,
  :source_id,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier for the data set.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1757

class GetDataSetResponse < Struct.new(
  :arn,
  :asset_type,
  :created_at,
  :description,
  :id,
  :name,
  :origin,
  :origin_details,
  :source_id,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the data set.

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1757

class GetDataSetResponse < Struct.new(
  :arn,
  :asset_type,
  :created_at,
  :description,
  :id,
  :name,
  :origin,
  :origin_details,
  :source_id,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#originString

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

Returns:

  • (String)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1757

class GetDataSetResponse < Struct.new(
  :arn,
  :asset_type,
  :created_at,
  :description,
  :id,
  :name,
  :origin,
  :origin_details,
  :source_id,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#origin_detailsTypes::OriginDetails

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



1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1757

class GetDataSetResponse < Struct.new(
  :arn,
  :asset_type,
  :created_at,
  :description,
  :id,
  :name,
  :origin,
  :origin_details,
  :source_id,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#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)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1757

class GetDataSetResponse < Struct.new(
  :arn,
  :asset_type,
  :created_at,
  :description,
  :id,
  :name,
  :origin,
  :origin_details,
  :source_id,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags for the data set.

Returns:

  • (Hash<String,String>)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1757

class GetDataSetResponse < Struct.new(
  :arn,
  :asset_type,
  :created_at,
  :description,
  :id,
  :name,
  :origin,
  :origin_details,
  :source_id,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

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

Returns:

  • (Time)


1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
# File 'gems/aws-sdk-dataexchange/lib/aws-sdk-dataexchange/types.rb', line 1757

class GetDataSetResponse < Struct.new(
  :arn,
  :asset_type,
  :created_at,
  :description,
  :id,
  :name,
  :origin,
  :origin_details,
  :source_id,
  :tags,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end