Class: Aws::EC2::Types::DisableFastSnapshotRestoresResult

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#successfulArray<Types::DisableFastSnapshotRestoreSuccessItem>

Information about the snapshots for which fast snapshot restores were successfully disabled.



28873
28874
28875
28876
28877
28878
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28873

class DisableFastSnapshotRestoresResult < Struct.new(
  :successful,
  :unsuccessful)
  SENSITIVE = []
  include Aws::Structure
end

#unsuccessfulArray<Types::DisableFastSnapshotRestoreErrorItem>

Information about the snapshots for which fast snapshot restores could not be disabled.



28873
28874
28875
28876
28877
28878
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 28873

class DisableFastSnapshotRestoresResult < Struct.new(
  :successful,
  :unsuccessful)
  SENSITIVE = []
  include Aws::Structure
end