Class: Aws::Types::PutStorageLensConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.



1617
1618
1619
# File 'sig/types.rbs', line 1617

def 
  @account_id
end

#config_id::String

Returns the value of attribute config_id.



1616
1617
1618
# File 'sig/types.rbs', line 1616

def config_id
  @config_id
end

#storage_lens_configurationTypes::StorageLensConfiguration

Returns the value of attribute storage_lens_configuration.



1618
1619
1620
# File 'sig/types.rbs', line 1618

def storage_lens_configuration
  @storage_lens_configuration
end

#tags::Array[Types::StorageLensTag]

Returns the value of attribute tags.



1619
1620
1621
# File 'sig/types.rbs', line 1619

def tags
  @tags
end