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.
2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2533 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.
2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2533 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.
2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2533 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.
2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2533 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.
2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2533 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.
2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2533 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.
2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2533 class FarmSummary < Struct.new( :farm_id, :display_name, :kms_key_arn, :created_at, :created_by, :updated_at, :updated_by) SENSITIVE = [] include Aws::Structure end |