Class: Aws::Types::BlockerDeclaration
- Inherits:
-
Object
- Object
- Aws::Types::BlockerDeclaration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#type ⇒ "Schedule"
Returns the value of attribute type.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
312 313 314 |
# File 'sig/types.rbs', line 312 def name @name end |
#type ⇒ "Schedule"
Returns the value of attribute type.
313 314 315 |
# File 'sig/types.rbs', line 313 def type @type end |