Class: Aws::Types::AssetList

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#assets::Array[Types::AssetShallow]

Returns the value of attribute assets.

Returns:



35
36
37
# File 'sig/types.rbs', line 35

def assets
  @assets
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


36
37
38
# File 'sig/types.rbs', line 36

def next_token
  @next_token
end