Class: Aws::Types::Role
- Inherits:
-
Object
- Object
- Aws::Types::Role
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#primary ⇒ Boolean
Returns the value of attribute primary.
-
#type ⇒ ::String
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#primary ⇒ Boolean
Returns the value of attribute primary.
425 426 427 |
# File 'sig/types.rbs', line 425 def primary @primary end |
#type ⇒ ::String
Returns the value of attribute type.
424 425 426 |
# File 'sig/types.rbs', line 424 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
423 424 425 |
# File 'sig/types.rbs', line 423 def value @value end |