Class: Aws::Types::Scoping
- Inherits:
-
Object
- Object
- Aws::Types::Scoping
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#excludes ⇒ Types::JobScopingBlock
Returns the value of attribute excludes.
-
#includes ⇒ Types::JobScopingBlock
Returns the value of attribute includes.
Instance Attribute Details
#excludes ⇒ Types::JobScopingBlock
Returns the value of attribute excludes.
1586 1587 1588 |
# File 'sig/types.rbs', line 1586 def excludes @excludes end |
#includes ⇒ Types::JobScopingBlock
Returns the value of attribute includes.
1587 1588 1589 |
# File 'sig/types.rbs', line 1587 def includes @includes end |