Class: Aws::Types::GetFarmResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFarmResponse
- 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.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#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.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#cost_scale_factor ⇒ ::Float
Returns the value of attribute cost_scale_factor.
1285 1286 1287 |
# File 'sig/types.rbs', line 1285 def cost_scale_factor @cost_scale_factor end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def created_by @created_by end |
#description ⇒ ::String
Returns the value of attribute description.
1284 1285 1286 |
# File 'sig/types.rbs', line 1284 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def display_name @display_name end |
#farm_id ⇒ ::String
Returns the value of attribute farm_id.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def farm_id @farm_id end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def kms_key_arn @kms_key_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1282 1283 1284 |
# File 'sig/types.rbs', line 1282 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
1283 1284 1285 |
# File 'sig/types.rbs', line 1283 def updated_by @updated_by end |