Class: Aws::Types::ListWavesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListWavesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#filters ⇒ Types::ListWavesRequestFilters
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def account_id @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.
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.
1213 1214 1215 |
# File 'sig/types.rbs', line 1213 def next_token @next_token end |