Module: Aws::Deadline::Client::_GetFarmResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFarmResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #cost_scale_factor ⇒ ::Float
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #description ⇒ ::String
- #display_name ⇒ ::String
- #farm_id ⇒ ::String
- #kms_key_arn ⇒ ::String
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#cost_scale_factor ⇒ ::Float
877 |
# File 'sig/client.rbs', line 877
def cost_scale_factor: () -> ::Float
|
#created_at ⇒ ::Time
872 |
# File 'sig/client.rbs', line 872
def created_at: () -> ::Time
|
#created_by ⇒ ::String
873 |
# File 'sig/client.rbs', line 873
def created_by: () -> ::String
|
#description ⇒ ::String
876 |
# File 'sig/client.rbs', line 876
def description: () -> ::String
|
#display_name ⇒ ::String
870 |
# File 'sig/client.rbs', line 870
def display_name: () -> ::String
|
#farm_id ⇒ ::String
869 |
# File 'sig/client.rbs', line 869
def farm_id: () -> ::String
|
#kms_key_arn ⇒ ::String
871 |
# File 'sig/client.rbs', line 871
def kms_key_arn: () -> ::String
|
#updated_at ⇒ ::Time
874 |
# File 'sig/client.rbs', line 874
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
875 |
# File 'sig/client.rbs', line 875
def updated_by: () -> ::String
|