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

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

#account_idString

Request account ID.

Returns:

  • (String)


2787
2788
2789
2790
2791
2792
2793
2794
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2787

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

#filtersTypes::ListWavesRequestFilters

Waves list filters.



2787
2788
2789
2790
2791
2792
2793
2794
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2787

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

#max_resultsInteger

Maximum results to return when listing waves.

Returns:

  • (Integer)


2787
2788
2789
2790
2791
2792
2793
2794
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2787

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

#next_tokenString

Request next token.

Returns:

  • (String)


2787
2788
2789
2790
2791
2792
2793
2794
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 2787

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