Class: Aws::Deadline::Types::CreateFarmRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::CreateFarmRequest
- Defined in:
- gems/aws-sdk-deadline/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.
1091 1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1091 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.
1091 1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1091 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.
1091 1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1091 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.
1091 1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1091 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.
1091 1092 1093 1094 1095 1096 1097 1098 1099 |
# File 'gems/aws-sdk-deadline/lib/aws-sdk-deadline/types.rb', line 1091 class CreateFarmRequest < Struct.new( :client_token, :display_name, :description, :kms_key_arn, :tags) SENSITIVE = [:description] include Aws::Structure end |