Class: Aws::DataExchange::Types::GetDataSetResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::GetDataSetResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN for the data set.
 - 
  
    
      #asset_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of asset that is added to a data set.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the data set was created, in ISO 8601 format.
 - 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The description for the data set.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the data set.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the data set.
 - 
  
    
      #origin  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
 - 
  
    
      #origin_details  ⇒ Types::OriginDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
 - 
  
    
      #source_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data set ID of the owned data set corresponding to the entitled data set being viewed.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags for the data set.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the data set was last updated, in ISO 8601 format.
 
Instance Attribute Details
#arn ⇒ String
The ARN for the data set.
      1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1716 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_type ⇒ String
The type of asset that is added to a data set.
      1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1716 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_at ⇒ Time
The date and time that the data set was created, in ISO 8601 format.
      1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1716 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  | 
  
#description ⇒ String
The description for the data set.
      1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1716 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  | 
  
#id ⇒ String
The unique identifier for the data set.
      1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1716 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  | 
  
#name ⇒ String
The name of the data set.
      1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1716 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 ⇒ String
A property that defines the data set as OWNED by the account (for providers) or ENTITLED to the account (for subscribers).
      1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1716 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_details ⇒ Types::OriginDetails
If the origin of this data set is ENTITLED, includes the details for the product on AWS Marketplace.
      1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1716 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_id ⇒ String
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.
      1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1716 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  | 
  
#tags ⇒ Hash<String,String>
The tags for the data set.
      1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1716 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_at ⇒ Time
The date and time that the data set was last updated, in ISO 8601 format.
      1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1716 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  |