Class: Aws::Types::ListRecoveryPointsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListRecoveryPointsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#end_time ⇒ ::Time
Returns the value of attribute end_time.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
-
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
554 555 556 |
# File 'sig/types.rbs', line 554 def end_time @end_time end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
555 556 557 |
# File 'sig/types.rbs', line 555 def max_results @max_results end |
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
556 557 558 |
# File 'sig/types.rbs', line 556 def namespace_arn @namespace_arn end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
557 558 559 |
# File 'sig/types.rbs', line 557 def namespace_name @namespace_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
558 559 560 |
# File 'sig/types.rbs', line 558 def next_token @next_token end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
559 560 561 |
# File 'sig/types.rbs', line 559 def start_time @start_time end |