Module: Aws::APIGateway::Client::_UpdateUsagePlanResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::UsagePlan]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#api_stages::Array[Types::ApiStage]

Returns:



2228
# File 'sig/client.rbs', line 2228

def api_stages: () -> ::Array[Types::ApiStage]

#description::String

Returns:

  • (::String)


2227
# File 'sig/client.rbs', line 2227

def description: () -> ::String

#id::String

Returns:

  • (::String)


2225
# File 'sig/client.rbs', line 2225

def id: () -> ::String

#name::String

Returns:

  • (::String)


2226
# File 'sig/client.rbs', line 2226

def name: () -> ::String

#product_code::String

Returns:

  • (::String)


2231
# File 'sig/client.rbs', line 2231

def product_code: () -> ::String

#quotaTypes::QuotaSettings



2230
# File 'sig/client.rbs', line 2230

def quota: () -> Types::QuotaSettings

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


2232
# File 'sig/client.rbs', line 2232

def tags: () -> ::Hash[::String, ::String]

#throttleTypes::ThrottleSettings



2229
# File 'sig/client.rbs', line 2229

def throttle: () -> Types::ThrottleSettings