Class: Aws::Types::ListSnapshotsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSnapshotsRequest
- 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.
-
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#end_time ⇒ ::Time
Returns the value of attribute end_time.
620 621 622 |
# File 'sig/types.rbs', line 620 def end_time @end_time end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
621 622 623 |
# File 'sig/types.rbs', line 621 def max_results @max_results end |
#namespace_arn ⇒ ::String
Returns the value of attribute namespace_arn.
622 623 624 |
# File 'sig/types.rbs', line 622 def namespace_arn @namespace_arn end |
#namespace_name ⇒ ::String
Returns the value of attribute namespace_name.
623 624 625 |
# File 'sig/types.rbs', line 623 def namespace_name @namespace_name end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
624 625 626 |
# File 'sig/types.rbs', line 624 def next_token @next_token end |
#owner_account ⇒ ::String
Returns the value of attribute owner_account.
625 626 627 |
# File 'sig/types.rbs', line 625 def owner_account @owner_account end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
626 627 628 |
# File 'sig/types.rbs', line 626 def start_time @start_time end |