Class: Aws::EC2::Types::EnableFastSnapshotRestoresResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableFastSnapshotRestoresResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#successful ⇒ Array<Types::EnableFastSnapshotRestoreSuccessItem>
Information about the snapshots for which fast snapshot restores were successfully enabled.
-
#unsuccessful ⇒ Array<Types::EnableFastSnapshotRestoreErrorItem>
Information about the snapshots for which fast snapshot restores could not be enabled.
Instance Attribute Details
#successful ⇒ Array<Types::EnableFastSnapshotRestoreSuccessItem>
Information about the snapshots for which fast snapshot restores were successfully enabled.
33682 33683 33684 33685 33686 33687 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33682 class EnableFastSnapshotRestoresResult < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end |
#unsuccessful ⇒ Array<Types::EnableFastSnapshotRestoreErrorItem>
Information about the snapshots for which fast snapshot restores could not be enabled.
33682 33683 33684 33685 33686 33687 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 33682 class EnableFastSnapshotRestoresResult < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end |