Class: Aws::Deadline::Types::GetFarmResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2640

class GetFarmResponse < Struct.new(
  :created_at,
  :created_by,
  :description,
  :display_name,
  :farm_id,
  :kms_key_arn,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#created_byString

The user or system that created this resource.

Returns:

  • (String)


2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2640

class GetFarmResponse < Struct.new(
  :created_at,
  :created_by,
  :description,
  :display_name,
  :farm_id,
  :kms_key_arn,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the farm.

Returns:

  • (String)


2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2640

class GetFarmResponse < Struct.new(
  :created_at,
  :created_by,
  :description,
  :display_name,
  :farm_id,
  :kms_key_arn,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#display_nameString

The display name of the farm.

Returns:

  • (String)


2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2640

class GetFarmResponse < Struct.new(
  :created_at,
  :created_by,
  :description,
  :display_name,
  :farm_id,
  :kms_key_arn,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#farm_idString

The farm ID of the farm to get.

Returns:

  • (String)


2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2640

class GetFarmResponse < Struct.new(
  :created_at,
  :created_by,
  :description,
  :display_name,
  :farm_id,
  :kms_key_arn,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#kms_key_arnString

The ARN of the KMS key used on the farm.

Returns:

  • (String)


2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2640

class GetFarmResponse < Struct.new(
  :created_at,
  :created_by,
  :description,
  :display_name,
  :farm_id,
  :kms_key_arn,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2640

class GetFarmResponse < Struct.new(
  :created_at,
  :created_by,
  :description,
  :display_name,
  :farm_id,
  :kms_key_arn,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2640

class GetFarmResponse < Struct.new(
  :created_at,
  :created_by,
  :description,
  :display_name,
  :farm_id,
  :kms_key_arn,
  :updated_at,
  :updated_by)
  SENSITIVE = [:description]
  include Aws::Structure
end