Class: Aws::Types::ListWavesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ ::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1214
1215
1216
# File 'sig/types.rbs', line 1214

def 
  @account_id
end

#filters ⇒ Types::ListWavesRequestFilters

Returns the value of attribute filters.



1211
1212
1213
# File 'sig/types.rbs', line 1211

def filters
  @filters
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1212
1213
1214
# File 'sig/types.rbs', line 1212

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1213
1214
1215
# File 'sig/types.rbs', line 1213

def next_token
  @next_token
end