Class: Aws::Types::StorageLensGroupLevelSelectionCriteria

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#exclude::Array[::String]

Returns the value of attribute exclude.

Returns:

  • (::Array[::String])


2014
2015
2016
# File 'sig/types.rbs', line 2014

def exclude
  @exclude
end

#include::Array[::String]

Returns the value of attribute include.

Returns:

  • (::Array[::String])


2013
2014
2015
# File 'sig/types.rbs', line 2013

def include
  @include
end