Class: Aws::Types::ScanResourceCriteria

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclude::Hash[("EC2_INSTANCE_TAG"), Types::ScanCondition]

Returns the value of attribute exclude.

Returns:



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.

Returns:



2851
2852
2853
# File 'sig/types.rbs', line 2851

def include
  @include
end