Class: Aws::EC2::Types::DisableFastSnapshotRestoresResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableFastSnapshotRestoresResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#successful ⇒ Array<Types::DisableFastSnapshotRestoreSuccessItem>
Information about the snapshots for which fast snapshot restores were successfully disabled.
-
#unsuccessful ⇒ Array<Types::DisableFastSnapshotRestoreErrorItem>
Information about the snapshots for which fast snapshot restores could not be disabled.
Instance Attribute Details
#successful ⇒ Array<Types::DisableFastSnapshotRestoreSuccessItem>
Information about the snapshots for which fast snapshot restores were successfully disabled.
31173 31174 31175 31176 31177 31178 |
# File 'lib/aws-sdk-ec2/types.rb', line 31173 class DisableFastSnapshotRestoresResult < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end |
#unsuccessful ⇒ Array<Types::DisableFastSnapshotRestoreErrorItem>
Information about the snapshots for which fast snapshot restores could not be disabled.
31173 31174 31175 31176 31177 31178 |
# File 'lib/aws-sdk-ec2/types.rb', line 31173 class DisableFastSnapshotRestoresResult < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end |