Class: Aws::Deadline::Types::CreateFarmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateFarmRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The unique token which the server uses to recognize retries of the same request.
-
#description ⇒ String
The description of the farm.
-
#display_name ⇒ String
The display name of the farm.
-
#kms_key_arn ⇒ String
The ARN of the KMS key to use on the farm.
-
#tags ⇒ Hash<String,String>
The tags to add to your farm.
Instance Attribute Details
#client_token ⇒ String
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.
1040 1041 1042 1043 1044 1045 1046 1047 1048 |
# File 'lib/aws-sdk-deadline/types.rb', line 1040 class CreateFarmRequest < Struct.new( :client_token, :display_name, :description, :kms_key_arn, :tags) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
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.
1040 1041 1042 1043 1044 1045 1046 1047 1048 |
# File 'lib/aws-sdk-deadline/types.rb', line 1040 class CreateFarmRequest < Struct.new( :client_token, :display_name, :description, :kms_key_arn, :tags) SENSITIVE = [:description] 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.
1040 1041 1042 1043 1044 1045 1046 1047 1048 |
# File 'lib/aws-sdk-deadline/types.rb', line 1040 class CreateFarmRequest < Struct.new( :client_token, :display_name, :description, :kms_key_arn, :tags) SENSITIVE = [:description] include Aws::Structure end |
#kms_key_arn ⇒ String
The ARN of the KMS key to use on the farm.
1040 1041 1042 1043 1044 1045 1046 1047 1048 |
# File 'lib/aws-sdk-deadline/types.rb', line 1040 class CreateFarmRequest < Struct.new( :client_token, :display_name, :description, :kms_key_arn, :tags) SENSITIVE = [:description] include Aws::Structure end |
#tags ⇒ Hash<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.
1040 1041 1042 1043 1044 1045 1046 1047 1048 |
# File 'lib/aws-sdk-deadline/types.rb', line 1040 class CreateFarmRequest < Struct.new( :client_token, :display_name, :description, :kms_key_arn, :tags) SENSITIVE = [:description] include Aws::Structure end |