Class: Aws::Types::ListSnapshotCopyConfigurationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListSnapshotCopyConfigurationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#snapshot_copy_configurations ⇒ ::Array[Types::SnapshotCopyConfiguration]
Returns the value of attribute snapshot_copy_configurations.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
614 615 616 |
# File 'sig/types.rbs', line 614 def next_token @next_token end |
#snapshot_copy_configurations ⇒ ::Array[Types::SnapshotCopyConfiguration]
Returns the value of attribute snapshot_copy_configurations.
615 616 617 |
# File 'sig/types.rbs', line 615 def snapshot_copy_configurations @snapshot_copy_configurations end |