Class: Aws::Deadline::Types::FarmSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Deadline::Types::FarmSummary
 
 
- Defined in:
 - gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb
 
Overview
The summary of details for a farm.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time the resource was created.
 - 
  
    
      #created_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user or system that created this resource.
 - 
  
    
      #display_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The display name of the farm.
 - 
  
    
      #farm_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The farm ID.
 - 
  
    
      #kms_key_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN for the KMS key.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The date and time the resource was updated.
 - 
  
    
      #updated_by  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The user or system that updated this resource.
 
Instance Attribute Details
#created_at ⇒ Time
The date and time the resource was created.
      2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2577 class FarmSummary < Struct.new( :farm_id, :display_name, :kms_key_arn, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end  | 
  
#created_by ⇒ String
The user or system that created this resource.
      2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2577 class FarmSummary < Struct.new( :farm_id, :display_name, :kms_key_arn, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end  | 
  
#display_name ⇒ String
The display name of the farm.
This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.
      2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2577 class FarmSummary < Struct.new( :farm_id, :display_name, :kms_key_arn, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end  | 
  
#farm_id ⇒ String
The farm ID.
      2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2577 class FarmSummary < Struct.new( :farm_id, :display_name, :kms_key_arn, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end  | 
  
#kms_key_arn ⇒ String
The ARN for the KMS key.
      2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2577 class FarmSummary < Struct.new( :farm_id, :display_name, :kms_key_arn, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_at ⇒ Time
The date and time the resource was updated.
      2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2577 class FarmSummary < Struct.new( :farm_id, :display_name, :kms_key_arn, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end  | 
  
#updated_by ⇒ String
The user or system that updated this resource.
      2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587  | 
    
      # File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2577 class FarmSummary < Struct.new( :farm_id, :display_name, :kms_key_arn, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end  |