Class: Aws::Types::ListStorageLensConfigurationsResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1295
1296
1297
# File 'sig/types.rbs', line 1295

def next_token
  @next_token
end

#storage_lens_configuration_list::Array[Types::ListStorageLensConfigurationEntry]

Returns the value of attribute storage_lens_configuration_list.



1296
1297
1298
# File 'sig/types.rbs', line 1296

def storage_lens_configuration_list
  @storage_lens_configuration_list
end