Class: Aws::Types::QuotaContextInfo
- Inherits:
-
Object
- Object
- Aws::Types::QuotaContextInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#adjustable_at_level ⇒ "ACCOUNT", ...
Returns the value of attribute adjustable_at_level.
-
#context_id ⇒ ::String
Returns the value of attribute context_id.
-
#context_scope ⇒ "RESOURCE", "ACCOUNT"
Returns the value of attribute context_scope.
-
#context_scope_type ⇒ ::String
Returns the value of attribute context_scope_type.
Instance Attribute Details
#adjustable_at_level ⇒ "ACCOUNT", ...
Returns the value of attribute adjustable_at_level.
296 297 298 |
# File 'sig/types.rbs', line 296 def adjustable_at_level @adjustable_at_level end |
#context_id ⇒ ::String
Returns the value of attribute context_id.
295 296 297 |
# File 'sig/types.rbs', line 295 def context_id @context_id end |
#context_scope ⇒ "RESOURCE", "ACCOUNT"
Returns the value of attribute context_scope.
293 294 295 |
# File 'sig/types.rbs', line 293 def context_scope @context_scope end |
#context_scope_type ⇒ ::String
Returns the value of attribute context_scope_type.
294 295 296 |
# File 'sig/types.rbs', line 294 def context_scope_type @context_scope_type end |