Class: Aws::Types::CreateStorageLensGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:



294
295
296
# File 'sig/types.rbs', line 294

def 
  @account_id
end

#storage_lens_groupTypes::StorageLensGroup

Returns the value of attribute storage_lens_group.

Returns:



295
296
297
# File 'sig/types.rbs', line 295

def storage_lens_group
  @storage_lens_group
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



296
297
298
# File 'sig/types.rbs', line 296

def tags
  @tags
end