Class: Aws::Types::UpdateStorageLensGroupRequest

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:

  • (::String)


2143
2144
2145
# File 'sig/types.rbs', line 2143

def 
  @account_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


2142
2143
2144
# File 'sig/types.rbs', line 2142

def name
  @name
end

#storage_lens_groupTypes::StorageLensGroup

Returns the value of attribute storage_lens_group.



2144
2145
2146
# File 'sig/types.rbs', line 2144

def storage_lens_group
  @storage_lens_group
end