Class: Aws::Deadline::Types::FarmSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#created_atTime

The date and time the resource was created.

Returns:

  • (Time)


2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2212

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

#created_byString

The user or system that created this resource.

Returns:

  • (String)


2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2212

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

#display_nameString

The display name of the farm.

Returns:

  • (String)


2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2212

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

#farm_idString

The farm ID.

Returns:

  • (String)


2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2212

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

#kms_key_arnString

The ARN for the KMS key.

Returns:

  • (String)


2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2212

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

#updated_atTime

The date and time the resource was updated.

Returns:

  • (Time)


2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2212

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

#updated_byString

The user or system that updated this resource.

Returns:

  • (String)


2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 2212

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