Class: Aws::Mgn::Types::ListWavesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#itemsArray<Types::Wave>

Waves list.

Returns:



2825
2826
2827
2828
2829
2830
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2825

class ListWavesResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Response next token.

Returns:

  • (String)


2825
2826
2827
2828
2829
2830
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2825

class ListWavesResponse < Struct.new(
  :items,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end