Class: Aws::Types::StorageLensGroupAndOperator
- Inherits:
-
Object
- Object
- Aws::Types::StorageLensGroupAndOperator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#match_any_prefix ⇒ ::Array[::String]
Returns the value of attribute match_any_prefix.
-
#match_any_suffix ⇒ ::Array[::String]
Returns the value of attribute match_any_suffix.
-
#match_any_tag ⇒ ::Array[Types::S3Tag]
Returns the value of attribute match_any_tag.
-
#match_object_age ⇒ Types::MatchObjectAge
Returns the value of attribute match_object_age.
-
#match_object_size ⇒ Types::MatchObjectSize
Returns the value of attribute match_object_size.
Instance Attribute Details
#match_any_prefix ⇒ ::Array[::String]
Returns the value of attribute match_any_prefix.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def match_any_prefix @match_any_prefix end |
#match_any_suffix ⇒ ::Array[::String]
Returns the value of attribute match_any_suffix.
1989 1990 1991 |
# File 'sig/types.rbs', line 1989 def match_any_suffix @match_any_suffix end |
#match_any_tag ⇒ ::Array[Types::S3Tag]
Returns the value of attribute match_any_tag.
1990 1991 1992 |
# File 'sig/types.rbs', line 1990 def match_any_tag @match_any_tag end |
#match_object_age ⇒ Types::MatchObjectAge
Returns the value of attribute match_object_age.
1991 1992 1993 |
# File 'sig/types.rbs', line 1991 def match_object_age @match_object_age end |
#match_object_size ⇒ Types::MatchObjectSize
Returns the value of attribute match_object_size.
1992 1993 1994 |
# File 'sig/types.rbs', line 1992 def match_object_size @match_object_size end |