Class: Aws::Types::JobScopeTerm
- Inherits:
-
Object
- Object
- Aws::Types::JobScopeTerm
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#simple_scope_term ⇒ Types::SimpleScopeTerm
Returns the value of attribute simple_scope_term.
-
#tag_scope_term ⇒ Types::TagScopeTerm
Returns the value of attribute tag_scope_term.
Instance Attribute Details
#simple_scope_term ⇒ Types::SimpleScopeTerm
Returns the value of attribute simple_scope_term.
1090 1091 1092 |
# File 'sig/types.rbs', line 1090 def simple_scope_term @simple_scope_term end |
#tag_scope_term ⇒ Types::TagScopeTerm
Returns the value of attribute tag_scope_term.
1091 1092 1093 |
# File 'sig/types.rbs', line 1091 def tag_scope_term @tag_scope_term end |