Class: Aws::Types::ListFlywheelsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#flywheel_summary_list::Array[Types::FlywheelSummary]

Returns the value of attribute flywheel_summary_list.

Returns:



1382
1383
1384
# File 'sig/types.rbs', line 1382

def flywheel_summary_list
  @flywheel_summary_list
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1383
1384
1385
# File 'sig/types.rbs', line 1383

def next_token
  @next_token
end