Class: Aws::Types::ConditionalSpecification
- Inherits:
-
Object
- Object
- Aws::Types::ConditionalSpecification
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#active ⇒ Boolean
Returns the value of attribute active.
-
#conditional_branches ⇒ ::Array[Types::ConditionalBranch]
Returns the value of attribute conditional_branches.
-
#default_branch ⇒ Types::DefaultConditionalBranch
Returns the value of attribute default_branch.
Instance Attribute Details
#active ⇒ Boolean
Returns the value of attribute active.
683 684 685 |
# File 'sig/types.rbs', line 683 def active @active end |
#conditional_branches ⇒ ::Array[Types::ConditionalBranch]
Returns the value of attribute conditional_branches.
684 685 686 |
# File 'sig/types.rbs', line 684 def conditional_branches @conditional_branches end |
#default_branch ⇒ Types::DefaultConditionalBranch
Returns the value of attribute default_branch.
685 686 687 |
# File 'sig/types.rbs', line 685 def default_branch @default_branch end |