Module: Aws::Deadline::Client::_GetLimitResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLimitResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #amount_requirement_name ⇒ ::String
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #current_count ⇒ ::Integer
- #description ⇒ ::String
- #display_name ⇒ ::String
- #farm_id ⇒ ::String
- #limit_id ⇒ ::String
- #max_count ⇒ ::Integer
- #updated_at ⇒ ::Time
- #updated_by ⇒ ::String
Instance Method Details
#amount_requirement_name ⇒ ::String
974 |
# File 'sig/client.rbs', line 974
def amount_requirement_name: () -> ::String
|
#created_at ⇒ ::Time
969 |
# File 'sig/client.rbs', line 969
def created_at: () -> ::Time
|
#created_by ⇒ ::String
970 |
# File 'sig/client.rbs', line 970
def created_by: () -> ::String
|
#current_count ⇒ ::Integer
968 |
# File 'sig/client.rbs', line 968
def current_count: () -> ::Integer
|
#description ⇒ ::String
976 |
# File 'sig/client.rbs', line 976
def description: () -> ::String
|
#display_name ⇒ ::String
973 |
# File 'sig/client.rbs', line 973
def display_name: () -> ::String
|
#farm_id ⇒ ::String
966 |
# File 'sig/client.rbs', line 966
def farm_id: () -> ::String
|
#limit_id ⇒ ::String
967 |
# File 'sig/client.rbs', line 967
def limit_id: () -> ::String
|
#max_count ⇒ ::Integer
975 |
# File 'sig/client.rbs', line 975
def max_count: () -> ::Integer
|
#updated_at ⇒ ::Time
971 |
# File 'sig/client.rbs', line 971
def updated_at: () -> ::Time
|
#updated_by ⇒ ::String
972 |
# File 'sig/client.rbs', line 972
def updated_by: () -> ::String
|