Module: Aws::APIGateway::Client::_CreateUsagePlanResponseSuccess
- 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]
426 |
# File 'sig/client.rbs', line 426 def api_stages: () -> ::Array[Types::ApiStage] |
#description ⇒ ::String
425 |
# File 'sig/client.rbs', line 425 def description: () -> ::String |
#id ⇒ ::String
423 |
# File 'sig/client.rbs', line 423 def id: () -> ::String |
#name ⇒ ::String
424 |
# File 'sig/client.rbs', line 424 def name: () -> ::String |
#product_code ⇒ ::String
429 |
# File 'sig/client.rbs', line 429 def product_code: () -> ::String |
#quota ⇒ Types::QuotaSettings
428 |
# File 'sig/client.rbs', line 428 def quota: () -> Types::QuotaSettings |
#tags ⇒ ::Hash[::String, ::String]
430 |
# File 'sig/client.rbs', line 430 def tags: () -> ::Hash[::String, ::String] |
#throttle ⇒ Types::ThrottleSettings
427 |
# File 'sig/client.rbs', line 427 def throttle: () -> Types::ThrottleSettings |