Class: Aws::Types::UpdateFarmRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFarmRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
Instance Attribute Details
#cost_scale_factor ⇒ ::Float
Returns the value of attribute cost_scale_factor.
3169 3170 3171 |
# File 'sig/types.rbs', line 3169 def cost_scale_factor @cost_scale_factor end |
#description ⇒ ::String
Returns the value of attribute description.
3168 3169 3170 |
# File 'sig/types.rbs', line 3168 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
3167 3168 3169 |
# File 'sig/types.rbs', line 3167 def display_name @display_name end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
3166 3167 3168 |
# File 'sig/types.rbs', line 3166 def farm_id @farm_id end |