Class: Aws::Types::AssessmentTarget
- Inherits:
-
Object
- Object
- Aws::Types::AssessmentTarget
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#condition ⇒ "EQUALS", ...
Returns the value of attribute condition.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#values ⇒ ::Array[::String]
Returns the value of attribute values.
Instance Attribute Details
#condition ⇒ "EQUALS", ...
Returns the value of attribute condition.
141 142 143 |
# File 'sig/types.rbs', line 141 def condition @condition end |
#name ⇒ ::String
Returns the value of attribute name.
142 143 144 |
# File 'sig/types.rbs', line 142 def name @name end |
#values ⇒ ::Array[::String]
Returns the value of attribute values.
143 144 145 |
# File 'sig/types.rbs', line 143 def values @values end |