Class: Aws::Types::Category
- Inherits:
-
Object
- Object
- Aws::Types::Category
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_primary ⇒ Boolean
Returns the value of attribute is_primary.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#is_primary ⇒ Boolean
Returns the value of attribute is_primary.
442 443 444 |
# File 'sig/types.rbs', line 442 def is_primary @is_primary end |
#name ⇒ ::String
Returns the value of attribute name.
441 442 443 |
# File 'sig/types.rbs', line 441 def name @name end |