Class: Aws::Types::StorageLensConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::StorageLensConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_level ⇒ Types::AccountLevel
Returns the value of attribute account_level.
-
#aws_org ⇒ Types::StorageLensAwsOrg
Returns the value of attribute aws_org.
-
#data_export ⇒ Types::StorageLensDataExport
Returns the value of attribute data_export.
-
#exclude ⇒ Types::Exclude
Returns the value of attribute exclude.
-
#expanded_prefixes_data_export ⇒ Types::StorageLensExpandedPrefixesDataExport
Returns the value of attribute expanded_prefixes_data_export.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#include ⇒ Types::Include
Returns the value of attribute include.
-
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
-
#prefix_delimiter ⇒ ::String
Returns the value of attribute prefix_delimiter.
-
#storage_lens_arn ⇒ ::String
Returns the value of attribute storage_lens_arn.
Instance Attribute Details
#account_level ⇒ Types::AccountLevel
Returns the value of attribute account_level.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def account_level @account_level end |
#aws_org ⇒ Types::StorageLensAwsOrg
Returns the value of attribute aws_org.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def aws_org @aws_org end |
#data_export ⇒ Types::StorageLensDataExport
Returns the value of attribute data_export.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def data_export @data_export end |
#exclude ⇒ Types::Exclude
Returns the value of attribute exclude.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def exclude @exclude end |
#expanded_prefixes_data_export ⇒ Types::StorageLensExpandedPrefixesDataExport
Returns the value of attribute expanded_prefixes_data_export.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def @expanded_prefixes_data_export end |
#id ⇒ ::String
Returns the value of attribute id.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def id @id end |
#include ⇒ Types::Include
Returns the value of attribute include.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def include @include end |
#is_enabled ⇒ Boolean
Returns the value of attribute is_enabled.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def is_enabled @is_enabled end |
#prefix_delimiter ⇒ ::String
Returns the value of attribute prefix_delimiter.
1957 1958 1959 |
# File 'sig/types.rbs', line 1957 def prefix_delimiter @prefix_delimiter end |
#storage_lens_arn ⇒ ::String
Returns the value of attribute storage_lens_arn.
1956 1957 1958 |
# File 'sig/types.rbs', line 1956 def storage_lens_arn @storage_lens_arn end |