Module: Aws::APIGateway::Client::_UpdateUsagePlanResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UsagePlan]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #api_stages ⇒ ::Array[Types::ApiStage]
- #description ⇒ ::String
- #id ⇒ ::String
- #name ⇒ ::String
- #product_code ⇒ ::String
- #quota ⇒ Types::QuotaSettings
- #tags ⇒ ::Hash[::String, ::String]
- #throttle ⇒ Types::ThrottleSettings
Instance Method Details
#api_stages ⇒ ::Array[Types::ApiStage]
2228 |
# File 'sig/client.rbs', line 2228
def api_stages: () -> ::Array[Types::ApiStage]
|
#description ⇒ ::String
2227 |
# File 'sig/client.rbs', line 2227
def description: () -> ::String
|
#id ⇒ ::String
2225 |
# File 'sig/client.rbs', line 2225
def id: () -> ::String
|
#name ⇒ ::String
2226 |
# File 'sig/client.rbs', line 2226
def name: () -> ::String
|
#product_code ⇒ ::String
2231 |
# File 'sig/client.rbs', line 2231
def product_code: () -> ::String
|
#quota ⇒ Types::QuotaSettings
2230 |
# File 'sig/client.rbs', line 2230
def quota: () -> Types::QuotaSettings
|
#tags ⇒ ::Hash[::String, ::String]
2232 |
# File 'sig/client.rbs', line 2232
def tags: () -> ::Hash[::String, ::String]
|
#throttle ⇒ Types::ThrottleSettings
2229 |
# File 'sig/client.rbs', line 2229
def throttle: () -> Types::ThrottleSettings
|