Class: Aws::Types::DescribeRecoverySnapshotsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRecoverySnapshotsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#filters ⇒ Types::DescribeRecoverySnapshotsRequestFilters
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.
-
#order ⇒ "ASC", "DESC"
Returns the value of attribute order.
-
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
Instance Attribute Details
#filters ⇒ Types::DescribeRecoverySnapshotsRequestFilters
Returns the value of attribute filters.
349 350 351 |
# File 'sig/types.rbs', line 349 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
351 352 353 |
# File 'sig/types.rbs', line 351 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
352 353 354 |
# File 'sig/types.rbs', line 352 def next_token @next_token end |
#order ⇒ "ASC", "DESC"
Returns the value of attribute order.
350 351 352 |
# File 'sig/types.rbs', line 350 def order @order end |
#source_server_id ⇒ ::String
Returns the value of attribute source_server_id.
348 349 350 |
# File 'sig/types.rbs', line 348 def source_server_id @source_server_id end |