Class: Aws::Types::StorageLensGroup
- Inherits:
-
Object
- Object
- Aws::Types::StorageLensGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filter ⇒ Types::StorageLensGroupFilter
Returns the value of attribute filter.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#storage_lens_group_arn ⇒ ::String
Returns the value of attribute storage_lens_group_arn.
Instance Attribute Details
#filter ⇒ Types::StorageLensGroupFilter
Returns the value of attribute filter.
1982 1983 1984 |
# File 'sig/types.rbs', line 1982 def filter @filter end |
#name ⇒ ::String
Returns the value of attribute name.
1981 1982 1983 |
# File 'sig/types.rbs', line 1981 def name @name end |
#storage_lens_group_arn ⇒ ::String
Returns the value of attribute storage_lens_group_arn.
1983 1984 1985 |
# File 'sig/types.rbs', line 1983 def storage_lens_group_arn @storage_lens_group_arn end |