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

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

Overview

Mixin that adds an optional ARN field to response structures. Apply to SummaryMixins (flows into Get, Summary, and BatchGet) and Create outputs.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#cost_scale_factorFloat

A multiplier applied to the farm's calculated costs for usage data and budget tracking. A value less than 1 represents a discount, a value greater than 1 represents a premium, and a value of 1 represents no adjustment.

Returns:

  • (Float)


3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3240

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

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3240

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

#created_byString

The user or system that created this resource.

Returns:

  • (String)


3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3240

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

#descriptionString

The description 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.

Returns:

  • (String)


3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3240

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

#display_nameString

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.

Returns:

  • (String)


3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3240

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

#farm_idString

The farm ID of the farm to get.

Returns:

  • (String)


3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3240

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

#kms_key_arnString

The ARN of the KMS key used on the farm.

Returns:

  • (String)


3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3240

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

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3240

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

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 3240

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