Class: Aws::Types::DescribeSnapshotsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeSnapshotsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#snapshot_ids ⇒ ::Array[::String]
Returns the value of attribute snapshot_ids.
Instance Attribute Details
#directory_id ⇒ ::String
Returns the value of attribute directory_id.
609 610 611 |
# File 'sig/types.rbs', line 609 def directory_id @directory_id end |
#limit ⇒ ::Integer
Returns the value of attribute limit.
612 613 614 |
# File 'sig/types.rbs', line 612 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
611 612 613 |
# File 'sig/types.rbs', line 611 def next_token @next_token end |
#snapshot_ids ⇒ ::Array[::String]
Returns the value of attribute snapshot_ids.
610 611 612 |
# File 'sig/types.rbs', line 610 def snapshot_ids @snapshot_ids end |