Class: Aws::Types::GetServiceQuotaRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetServiceQuotaRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context_id ⇒ ::String
Returns the value of attribute context_id.
-
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
-
#service_code ⇒ ::String
Returns the value of attribute service_code.
Instance Attribute Details
#context_id ⇒ ::String
Returns the value of attribute context_id.
137 138 139 |
# File 'sig/types.rbs', line 137 def context_id @context_id end |
#quota_code ⇒ ::String
Returns the value of attribute quota_code.
136 137 138 |
# File 'sig/types.rbs', line 136 def quota_code @quota_code end |
#service_code ⇒ ::String
Returns the value of attribute service_code.
135 136 137 |
# File 'sig/types.rbs', line 135 def service_code @service_code end |