Class: Aws::EC2::Types::EnableFastSnapshotRestoresResult

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::EnableFastSnapshotRestoreSuccessItem>

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



31119
31120
31121
31122
31123
31124
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31119

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

#unsuccessfulArray<Types::EnableFastSnapshotRestoreErrorItem>

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



31119
31120
31121
31122
31123
31124
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 31119

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