Class: Aws::Types::ScanResourceCriteria
- Inherits:
-
Object
- Object
- Aws::Types::ScanResourceCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclude ⇒ ::Hash[("EC2_INSTANCE_TAG"), Types::ScanCondition]
Returns the value of attribute exclude.
-
#include ⇒ ::Hash[("EC2_INSTANCE_TAG"), Types::ScanCondition]
Returns the value of attribute include.
Instance Attribute Details
#exclude ⇒ ::Hash[("EC2_INSTANCE_TAG"), Types::ScanCondition]
Returns the value of attribute exclude.
2852 2853 2854 |
# File 'sig/types.rbs', line 2852 def exclude @exclude end |
#include ⇒ ::Hash[("EC2_INSTANCE_TAG"), Types::ScanCondition]
Returns the value of attribute include.
2851 2852 2853 |
# File 'sig/types.rbs', line 2851 def include @include end |