Class: Aws::Types::StorageLensGroupOrOperator

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#match_any_prefix::Array[::String]

Returns the value of attribute match_any_prefix.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


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.

Returns:



2021
2022
2023
# File 'sig/types.rbs', line 2021

def match_any_tag
  @match_any_tag
end

#match_object_ageTypes::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_sizeTypes::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