Class: Aws::Deadline::Types::CreateFarmRequest

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

#client_tokenString

The unique token which the server uses to recognize retries of the same request.

A suitable default value is auto-generated. You should normally not need to pass this option.

Returns:

  • (String)


963
964
965
966
967
968
969
970
971
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 963

class CreateFarmRequest < Struct.new(
  :client_token,
  :description,
  :display_name,
  :kms_key_arn,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#descriptionString

The description of the farm.

Returns:

  • (String)


963
964
965
966
967
968
969
970
971
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 963

class CreateFarmRequest < Struct.new(
  :client_token,
  :description,
  :display_name,
  :kms_key_arn,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#display_nameString

The display name of the farm.

Returns:

  • (String)


963
964
965
966
967
968
969
970
971
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 963

class CreateFarmRequest < Struct.new(
  :client_token,
  :description,
  :display_name,
  :kms_key_arn,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#kms_key_arnString

The ARN of the KMS key to use on the farm.

Returns:

  • (String)


963
964
965
966
967
968
969
970
971
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 963

class CreateFarmRequest < Struct.new(
  :client_token,
  :description,
  :display_name,
  :kms_key_arn,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end

#tagsHash<String,String>

The tags to add to your farm. Each tag consists of a tag key and a tag value. Tag keys and values are both required, but tag values can be empty strings.

Returns:

  • (Hash<String,String>)


963
964
965
966
967
968
969
970
971
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 963

class CreateFarmRequest < Struct.new(
  :client_token,
  :description,
  :display_name,
  :kms_key_arn,
  :tags)
  SENSITIVE = [:description]
  include Aws::Structure
end