Class: Aws::Types::ListStorageLensConfigurationEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#home_region::String

Returns the value of attribute home_region.

Returns:

  • (::String)


1283
1284
1285
# File 'sig/types.rbs', line 1283

def home_region
  @home_region
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1281
1282
1283
# File 'sig/types.rbs', line 1281

def id
  @id
end

#is_enabledBoolean

Returns the value of attribute is_enabled.

Returns:

  • (Boolean)


1284
1285
1286
# File 'sig/types.rbs', line 1284

def is_enabled
  @is_enabled
end

#storage_lens_arn::String

Returns the value of attribute storage_lens_arn.

Returns:

  • (::String)


1282
1283
1284
# File 'sig/types.rbs', line 1282

def storage_lens_arn
  @storage_lens_arn
end