Class: Aws::Types::CreateFarmRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFarmRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#cost_scale_factor ⇒ ::Float
Returns the value of attribute cost_scale_factor.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
695 696 697 |
# File 'sig/types.rbs', line 695 def client_token @client_token end |
#cost_scale_factor ⇒ ::Float
Returns the value of attribute cost_scale_factor.
699 700 701 |
# File 'sig/types.rbs', line 699 def cost_scale_factor @cost_scale_factor end |
#description ⇒ ::String
Returns the value of attribute description.
697 698 699 |
# File 'sig/types.rbs', line 697 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
696 697 698 |
# File 'sig/types.rbs', line 696 def display_name @display_name end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
698 699 700 |
# File 'sig/types.rbs', line 698 def kms_key_arn @kms_key_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
700 701 702 |
# File 'sig/types.rbs', line 700 def @tags end |