Class: Aws::Types::DisableFastSnapshotRestoresRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisableFastSnapshotRestoresRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
-
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#source_snapshot_ids ⇒ ::Array[::String]
Returns the value of attribute source_snapshot_ids.
Instance Attribute Details
#availability_zone_ids ⇒ ::Array[::String]
Returns the value of attribute availability_zone_ids.
8358 8359 8360 |
# File 'sig/types.rbs', line 8358 def availability_zone_ids @availability_zone_ids end |
#availability_zones ⇒ ::Array[::String]
Returns the value of attribute availability_zones.
8357 8358 8359 |
# File 'sig/types.rbs', line 8357 def availability_zones @availability_zones end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8360 8361 8362 |
# File 'sig/types.rbs', line 8360 def dry_run @dry_run end |
#source_snapshot_ids ⇒ ::Array[::String]
Returns the value of attribute source_snapshot_ids.
8359 8360 8361 |
# File 'sig/types.rbs', line 8359 def source_snapshot_ids @source_snapshot_ids end |