Class: Aws::EC2::Types::EnableFastSnapshotRestoresResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::EnableFastSnapshotRestoresResult
- Includes:
- Structure
- Defined in:
- 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.
33616 33617 33618 33619 33620 33621 |
# File 'lib/aws-sdk-ec2/types.rb', line 33616 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.
33616 33617 33618 33619 33620 33621 |
# File 'lib/aws-sdk-ec2/types.rb', line 33616 class EnableFastSnapshotRestoresResult < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end |