Class: Aws::Types::Entitlement
- Inherits:
-
Object
- Object
- Aws::Types::Entitlement
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_check_in ⇒ Boolean
Returns the value of attribute allow_check_in.
-
#max_count ⇒ ::Integer
Returns the value of attribute max_count.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#overage ⇒ Boolean
Returns the value of attribute overage.
-
#unit ⇒ "Count", ...
Returns the value of attribute unit.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#allow_check_in ⇒ Boolean
Returns the value of attribute allow_check_in.
396 397 398 |
# File 'sig/types.rbs', line 396 def allow_check_in @allow_check_in end |
#max_count ⇒ ::Integer
Returns the value of attribute max_count.
393 394 395 |
# File 'sig/types.rbs', line 393 def max_count @max_count end |
#name ⇒ ::String
Returns the value of attribute name.
391 392 393 |
# File 'sig/types.rbs', line 391 def name @name end |
#overage ⇒ Boolean
Returns the value of attribute overage.
394 395 396 |
# File 'sig/types.rbs', line 394 def overage @overage end |
#unit ⇒ "Count", ...
Returns the value of attribute unit.
395 396 397 |
# File 'sig/types.rbs', line 395 def unit @unit end |
#value ⇒ ::String
Returns the value of attribute value.
392 393 394 |
# File 'sig/types.rbs', line 392 def value @value end |