Module: Aws::APIGateway::Client::_UpdateUsageResponseSuccess
- 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
2204 |
# File 'sig/client.rbs', line 2204
def end_date: () -> ::String
|
#items ⇒ ::Hash[::String, ::Array[::Array[::Integer]]]
2206 |
# File 'sig/client.rbs', line 2206
def items: () -> ::Hash[::String, ::Array[::Array[::Integer]]]
|
#position ⇒ ::String
2205 |
# File 'sig/client.rbs', line 2205
def position: () -> ::String
|
#start_date ⇒ ::String
2203 |
# File 'sig/client.rbs', line 2203
def start_date: () -> ::String
|
#usage_plan_id ⇒ ::String
2202 |
# File 'sig/client.rbs', line 2202
def usage_plan_id: () -> ::String
|