Class: Aws::Types::StorageLensGroupLevelSelectionCriteria
- Inherits:
-
Object
- Object
- Aws::Types::StorageLensGroupLevelSelectionCriteria
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#exclude ⇒ ::Array[::String]
Returns the value of attribute exclude.
-
#include ⇒ ::Array[::String]
Returns the value of attribute include.
Instance Attribute Details
#exclude ⇒ ::Array[::String]
Returns the value of attribute exclude.
2014 2015 2016 |
# File 'sig/types.rbs', line 2014 def exclude @exclude end |
#include ⇒ ::Array[::String]
Returns the value of attribute include.
2013 2014 2015 |
# File 'sig/types.rbs', line 2013 def include @include end |