Class: Aws::Mgn::Types::ListWavesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ String

Request account ID.

Returns:

  • (String)


4029
4030
4031
4032
4033
4034
4035
4036
# File 'lib/aws-sdk-mgn/types.rb', line 4029

class ListWavesRequest < Struct.new(
  :filters,
  :max_results,
  :next_token,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#filters ⇒ Types::ListWavesRequestFilters

Waves list filters.



4029
4030
4031
4032
4033
4034
4035
4036
# File 'lib/aws-sdk-mgn/types.rb', line 4029

class ListWavesRequest < Struct.new(
  :filters,
  :max_results,
  :next_token,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_results ⇒ Integer

Maximum results to return when listing waves.

Returns:

  • (Integer)


4029
4030
4031
4032
4033
4034
4035
4036
# File 'lib/aws-sdk-mgn/types.rb', line 4029

class ListWavesRequest < Struct.new(
  :filters,
  :max_results,
  :next_token,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_token ⇒ String

Request next token.

Returns:

  • (String)


4029
4030
4031
4032
4033
4034
4035
4036
# File 'lib/aws-sdk-mgn/types.rb', line 4029

class ListWavesRequest < Struct.new(
  :filters,
  :max_results,
  :next_token,
  :account_id)
  SENSITIVE = []
  include Aws::Structure
end