Class: Aws::Types::UsagePlan
- Inherits:
-
Object
- Object
- Aws::Types::UsagePlan
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#product_code ⇒ ::String
Returns the value of attribute product_code.
-
#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.
1519 1520 1521 |
# File 'sig/types.rbs', line 1519 def api_stages @api_stages end |
#description ⇒ ::String
Returns the value of attribute description.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def name @name end |
#product_code ⇒ ::String
Returns the value of attribute product_code.
1522 1523 1524 |
# File 'sig/types.rbs', line 1522 def product_code @product_code end |
#quota ⇒ Types::QuotaSettings
Returns the value of attribute quota.
1521 1522 1523 |
# File 'sig/types.rbs', line 1521 def quota @quota end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def end |
#throttle ⇒ Types::ThrottleSettings
Returns the value of attribute throttle.
1520 1521 1522 |
# File 'sig/types.rbs', line 1520 def throttle @throttle end |