Class: Aws::EC2::Types::DisableFastSnapshotRestoresResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableFastSnapshotRestoresResult
- Defined in:
- gems/aws-sdk-ec2/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.
31327 31328 31329 31330 31331 31332 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31327 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.
31327 31328 31329 31330 31331 31332 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31327 class DisableFastSnapshotRestoresResult < Struct.new( :successful, :unsuccessful) SENSITIVE = [] include Aws::Structure end |