Class: Aws::Types::StorageLensConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_levelTypes::AccountLevel

Returns the value of attribute account_level.

Returns:



1949
1950
1951
# File 'sig/types.rbs', line 1949

def 
  @account_level
end

#aws_orgTypes::StorageLensAwsOrg

Returns the value of attribute aws_org.



1955
1956
1957
# File 'sig/types.rbs', line 1955

def aws_org
  @aws_org
end

#data_exportTypes::StorageLensDataExport

Returns the value of attribute data_export.



1952
1953
1954
# File 'sig/types.rbs', line 1952

def data_export
  @data_export
end

#excludeTypes::Exclude

Returns the value of attribute exclude.

Returns:



1951
1952
1953
# File 'sig/types.rbs', line 1951

def exclude
  @exclude
end

#expanded_prefixes_data_exportTypes::StorageLensExpandedPrefixesDataExport

Returns the value of attribute expanded_prefixes_data_export.



1953
1954
1955
# File 'sig/types.rbs', line 1953

def expanded_prefixes_data_export
  @expanded_prefixes_data_export
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1948
1949
1950
# File 'sig/types.rbs', line 1948

def id
  @id
end

#includeTypes::Include

Returns the value of attribute include.

Returns:



1950
1951
1952
# File 'sig/types.rbs', line 1950

def include
  @include
end

#is_enabledBoolean

Returns the value of attribute is_enabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1956
1957
1958
# File 'sig/types.rbs', line 1956

def storage_lens_arn
  @storage_lens_arn
end