Class: Aws::Types::Scoping

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#excludesTypes::JobScopingBlock

Returns the value of attribute excludes.



1586
1587
1588
# File 'sig/types.rbs', line 1586

def excludes
  @excludes
end

#includesTypes::JobScopingBlock

Returns the value of attribute includes.



1587
1588
1589
# File 'sig/types.rbs', line 1587

def includes
  @includes
end