Class: Aws::Types::EffectiveLimit
- Inherits:
-
Object
- Object
- Aws::Types::EffectiveLimit
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit_unit ⇒ "MB", ...
Returns the value of attribute limit_unit.
-
#limit_value ⇒ ::Integer
Returns the value of attribute limit_value.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#resource_type ⇒ "INDEX_STORAGE", "AGENT_HOURS"
Returns the value of attribute resource_type.
-
#source ⇒ "DIRECT_USER", ...
Returns the value of attribute source.
Instance Attribute Details
#limit_unit ⇒ "MB", ...
Returns the value of attribute limit_unit.
5577 5578 5579 |
# File 'sig/types.rbs', line 5577 def limit_unit @limit_unit end |
#limit_value ⇒ ::Integer
Returns the value of attribute limit_value.
5576 5577 5578 |
# File 'sig/types.rbs', line 5576 def limit_value @limit_value end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
5579 5580 5581 |
# File 'sig/types.rbs', line 5579 def profile_id @profile_id end |
#resource_type ⇒ "INDEX_STORAGE", "AGENT_HOURS"
Returns the value of attribute resource_type.
5575 5576 5577 |
# File 'sig/types.rbs', line 5575 def resource_type @resource_type end |
#source ⇒ "DIRECT_USER", ...
Returns the value of attribute source.
5578 5579 5580 |
# File 'sig/types.rbs', line 5578 def source @source end |