Class: Aws::Types::StorageLensGroupOrOperator
- Inherits:
-
Object
- Object
- Aws::Types::StorageLensGroupOrOperator
- 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.
2019 2020 2021 |
# File 'sig/types.rbs', line 2019 def match_any_prefix @match_any_prefix end |
#match_any_suffix ⇒ ::Array[::String]
Returns the value of attribute match_any_suffix.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def match_any_suffix @match_any_suffix end |
#match_any_tag ⇒ ::Array[Types::S3Tag]
Returns the value of attribute match_any_tag.
2021 2022 2023 |
# File 'sig/types.rbs', line 2021 def match_any_tag @match_any_tag end |
#match_object_age ⇒ Types::MatchObjectAge
Returns the value of attribute match_object_age.
2022 2023 2024 |
# File 'sig/types.rbs', line 2022 def match_object_age @match_object_age end |
#match_object_size ⇒ Types::MatchObjectSize
Returns the value of attribute match_object_size.
2023 2024 2025 |
# File 'sig/types.rbs', line 2023 def match_object_size @match_object_size end |