Module: Aws::APIGateway::Client::_GetUsagePlanResponseSuccess
- 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]
1333 |
# File 'sig/client.rbs', line 1333
def api_stages: () -> ::Array[Types::ApiStage]
|
#description ⇒ ::String
1332 |
# File 'sig/client.rbs', line 1332
def description: () -> ::String
|
#id ⇒ ::String
1330 |
# File 'sig/client.rbs', line 1330
def id: () -> ::String
|
#name ⇒ ::String
1331 |
# File 'sig/client.rbs', line 1331
def name: () -> ::String
|
#product_code ⇒ ::String
1336 |
# File 'sig/client.rbs', line 1336
def product_code: () -> ::String
|
#quota ⇒ Types::QuotaSettings
1335 |
# File 'sig/client.rbs', line 1335
def quota: () -> Types::QuotaSettings
|
#tags ⇒ ::Hash[::String, ::String]
1337 |
# File 'sig/client.rbs', line 1337
def tags: () -> ::Hash[::String, ::String]
|
#throttle ⇒ Types::ThrottleSettings
1334 |
# File 'sig/client.rbs', line 1334
def throttle: () -> Types::ThrottleSettings
|