Class: Aws::Types::ListIndexedRecoveryPointsInput
- Inherits:
-
Object
- Object
- Aws::Types::ListIndexedRecoveryPointsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_after ⇒ ::Time
Returns the value of attribute created_after.
-
#created_before ⇒ ::Time
Returns the value of attribute created_before.
-
#index_status ⇒ "PENDING", ...
Returns the value of attribute index_status.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
-
#source_resource_arn ⇒ ::String
Returns the value of attribute source_resource_arn.
Instance Attribute Details
#created_after ⇒ ::Time
Returns the value of attribute created_after.
1424 1425 1426 |
# File 'sig/types.rbs', line 1424 def created_after @created_after end |
#created_before ⇒ ::Time
Returns the value of attribute created_before.
1423 1424 1425 |
# File 'sig/types.rbs', line 1423 def created_before @created_before end |
#index_status ⇒ "PENDING", ...
Returns the value of attribute index_status.
1426 1427 1428 |
# File 'sig/types.rbs', line 1426 def index_status @index_status end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def next_token @next_token end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1425 1426 1427 |
# File 'sig/types.rbs', line 1425 def resource_type @resource_type end |
#source_resource_arn ⇒ ::String
Returns the value of attribute source_resource_arn.
1422 1423 1424 |
# File 'sig/types.rbs', line 1422 def source_resource_arn @source_resource_arn end |