Class: Aws::DataExchange::Types::GetJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::GetJobResponse
 
 
- 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 job.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the job was created, in ISO 8601 format.
 - 
  
    
      #details  ⇒ Types::ResponseDetails 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Details about the job.
 - 
  
    
      #errors  ⇒ Array<Types::JobError> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The errors associated with jobs.
 - 
  
    
      #id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the job.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The state of the job.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The job type.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time that the job was last updated, in ISO 8601 format.
 
Instance Attribute Details
#arn ⇒ String
The ARN for the job.
      1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1829 class GetJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The date and time that the job was created, in ISO 8601 format.
      1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1829 class GetJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#details ⇒ Types::ResponseDetails
Details about the job.
      1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1829 class GetJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#errors ⇒ Array<Types::JobError>
The errors associated with jobs.
      1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1829 class GetJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ String
The unique identifier for the job.
      1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1829 class GetJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The state of the job.
      1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1829 class GetJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The job type.
      1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1829 class GetJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The date and time that the job was last updated, in ISO 8601 format.
      1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 1829 class GetJobResponse < Struct.new( :arn, :created_at, :details, :errors, :id, :state, :type, :updated_at) SENSITIVE = [] include Aws::Structure end  |