Module: Aws::APIGateway::Client::_GetUsageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::Usage]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #end_date ⇒ ::String
- #items ⇒ ::Hash[::String, ::Array[::Array[::Integer]]]
- #position ⇒ ::String
- #start_date ⇒ ::String
- #usage_plan_id ⇒ ::String
Instance Method Details
#end_date ⇒ ::String
1313 |
# File 'sig/client.rbs', line 1313
def end_date: () -> ::String
|
#items ⇒ ::Hash[::String, ::Array[::Array[::Integer]]]
1315 |
# File 'sig/client.rbs', line 1315
def items: () -> ::Hash[::String, ::Array[::Array[::Integer]]]
|
#position ⇒ ::String
1314 |
# File 'sig/client.rbs', line 1314
def position: () -> ::String
|
#start_date ⇒ ::String
1312 |
# File 'sig/client.rbs', line 1312
def start_date: () -> ::String
|
#usage_plan_id ⇒ ::String
1311 |
# File 'sig/client.rbs', line 1311
def usage_plan_id: () -> ::String
|