Class: Aws::Types::CreateUsagePlanRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateUsagePlanRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_stages ⇒ ::Array[Types::ApiStage]
Returns the value of attribute api_stages.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#quota ⇒ Types::QuotaSettings
Returns the value of attribute quota.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#throttle ⇒ Types::ThrottleSettings
Returns the value of attribute throttle.
Instance Attribute Details
#api_stages ⇒ ::Array[Types::ApiStage]
Returns the value of attribute api_stages.
283 284 285 |
# File 'sig/types.rbs', line 283 def api_stages @api_stages end |
#description ⇒ ::String
Returns the value of attribute description.
282 283 284 |
# File 'sig/types.rbs', line 282 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
281 282 283 |
# File 'sig/types.rbs', line 281 def name @name end |
#quota ⇒ Types::QuotaSettings
Returns the value of attribute quota.
285 286 287 |
# File 'sig/types.rbs', line 285 def quota @quota end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
286 287 288 |
# File 'sig/types.rbs', line 286 def end |
#throttle ⇒ Types::ThrottleSettings
Returns the value of attribute throttle.
284 285 286 |
# File 'sig/types.rbs', line 284 def throttle @throttle end |