Class: Aws::Types::ListFragmentsOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fragments::Array[Types::Fragment]

Returns the value of attribute fragments.

Returns:



182
183
184
# File 'sig/types.rbs', line 182

def fragments
  @fragments
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


183
184
185
# File 'sig/types.rbs', line 183

def next_token
  @next_token
end