Class: Aws::EC2::Types::DisableFastSnapshotRestoreSuccessItem

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

Overview

Describes fast snapshot restores that were successfully disabled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zoneString

The Availability Zone.

Returns:

  • (String)


28830
28831
28832
28833
28834
28835
28836
28837
28838
28839
28840
28841
28842
28843
28844
# File 'lib/aws-sdk-ec2/types.rb', line 28830

class DisableFastSnapshotRestoreSuccessItem < Struct.new(
  :snapshot_id,
  :availability_zone,
  :state,
  :state_transition_reason,
  :owner_id,
  :owner_alias,
  :enabling_time,
  :optimizing_time,
  :enabled_time,
  :disabling_time,
  :disabled_time)
  SENSITIVE = []
  include Aws::Structure
end

#disabled_timeTime

The time at which fast snapshot restores entered the ‘disabled` state.

Returns:

  • (Time)


28830
28831
28832
28833
28834
28835
28836
28837
28838
28839
28840
28841
28842
28843
28844
# File 'lib/aws-sdk-ec2/types.rb', line 28830

class DisableFastSnapshotRestoreSuccessItem < Struct.new(
  :snapshot_id,
  :availability_zone,
  :state,
  :state_transition_reason,
  :owner_id,
  :owner_alias,
  :enabling_time,
  :optimizing_time,
  :enabled_time,
  :disabling_time,
  :disabled_time)
  SENSITIVE = []
  include Aws::Structure
end

#disabling_timeTime

The time at which fast snapshot restores entered the ‘disabling` state.

Returns:

  • (Time)


28830
28831
28832
28833
28834
28835
28836
28837
28838
28839
28840
28841
28842
28843
28844
# File 'lib/aws-sdk-ec2/types.rb', line 28830

class DisableFastSnapshotRestoreSuccessItem < Struct.new(
  :snapshot_id,
  :availability_zone,
  :state,
  :state_transition_reason,
  :owner_id,
  :owner_alias,
  :enabling_time,
  :optimizing_time,
  :enabled_time,
  :disabling_time,
  :disabled_time)
  SENSITIVE = []
  include Aws::Structure
end

#enabled_timeTime

The time at which fast snapshot restores entered the ‘enabled` state.

Returns:

  • (Time)


28830
28831
28832
28833
28834
28835
28836
28837
28838
28839
28840
28841
28842
28843
28844
# File 'lib/aws-sdk-ec2/types.rb', line 28830

class DisableFastSnapshotRestoreSuccessItem < Struct.new(
  :snapshot_id,
  :availability_zone,
  :state,
  :state_transition_reason,
  :owner_id,
  :owner_alias,
  :enabling_time,
  :optimizing_time,
  :enabled_time,
  :disabling_time,
  :disabled_time)
  SENSITIVE = []
  include Aws::Structure
end

#enabling_timeTime

The time at which fast snapshot restores entered the ‘enabling` state.

Returns:

  • (Time)


28830
28831
28832
28833
28834
28835
28836
28837
28838
28839
28840
28841
28842
28843
28844
# File 'lib/aws-sdk-ec2/types.rb', line 28830

class DisableFastSnapshotRestoreSuccessItem < Struct.new(
  :snapshot_id,
  :availability_zone,
  :state,
  :state_transition_reason,
  :owner_id,
  :owner_alias,
  :enabling_time,
  :optimizing_time,
  :enabled_time,
  :disabling_time,
  :disabled_time)
  SENSITIVE = []
  include Aws::Structure
end

#optimizing_timeTime

The time at which fast snapshot restores entered the ‘optimizing` state.

Returns:

  • (Time)


28830
28831
28832
28833
28834
28835
28836
28837
28838
28839
28840
28841
28842
28843
28844
# File 'lib/aws-sdk-ec2/types.rb', line 28830

class DisableFastSnapshotRestoreSuccessItem < Struct.new(
  :snapshot_id,
  :availability_zone,
  :state,
  :state_transition_reason,
  :owner_id,
  :owner_alias,
  :enabling_time,
  :optimizing_time,
  :enabled_time,
  :disabling_time,
  :disabled_time)
  SENSITIVE = []
  include Aws::Structure
end

#owner_aliasString

The Amazon Web Services owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.

Returns:

  • (String)


28830
28831
28832
28833
28834
28835
28836
28837
28838
28839
28840
28841
28842
28843
28844
# File 'lib/aws-sdk-ec2/types.rb', line 28830

class DisableFastSnapshotRestoreSuccessItem < Struct.new(
  :snapshot_id,
  :availability_zone,
  :state,
  :state_transition_reason,
  :owner_id,
  :owner_alias,
  :enabling_time,
  :optimizing_time,
  :enabled_time,
  :disabling_time,
  :disabled_time)
  SENSITIVE = []
  include Aws::Structure
end

#owner_idString

The ID of the Amazon Web Services account that enabled fast snapshot restores on the snapshot.

Returns:

  • (String)


28830
28831
28832
28833
28834
28835
28836
28837
28838
28839
28840
28841
28842
28843
28844
# File 'lib/aws-sdk-ec2/types.rb', line 28830

class DisableFastSnapshotRestoreSuccessItem < Struct.new(
  :snapshot_id,
  :availability_zone,
  :state,
  :state_transition_reason,
  :owner_id,
  :owner_alias,
  :enabling_time,
  :optimizing_time,
  :enabled_time,
  :disabling_time,
  :disabled_time)
  SENSITIVE = []
  include Aws::Structure
end

#snapshot_idString

The ID of the snapshot.

Returns:

  • (String)


28830
28831
28832
28833
28834
28835
28836
28837
28838
28839
28840
28841
28842
28843
28844
# File 'lib/aws-sdk-ec2/types.rb', line 28830

class DisableFastSnapshotRestoreSuccessItem < Struct.new(
  :snapshot_id,
  :availability_zone,
  :state,
  :state_transition_reason,
  :owner_id,
  :owner_alias,
  :enabling_time,
  :optimizing_time,
  :enabled_time,
  :disabling_time,
  :disabled_time)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of fast snapshot restores for the snapshot.

Returns:

  • (String)


28830
28831
28832
28833
28834
28835
28836
28837
28838
28839
28840
28841
28842
28843
28844
# File 'lib/aws-sdk-ec2/types.rb', line 28830

class DisableFastSnapshotRestoreSuccessItem < Struct.new(
  :snapshot_id,
  :availability_zone,
  :state,
  :state_transition_reason,
  :owner_id,
  :owner_alias,
  :enabling_time,
  :optimizing_time,
  :enabled_time,
  :disabling_time,
  :disabled_time)
  SENSITIVE = []
  include Aws::Structure
end

#state_transition_reasonString

The reason for the state transition. The possible values are as follows:

  • ‘Client.UserInitiated` - The state successfully transitioned to `enabling` or `disabling`.

  • ‘Client.UserInitiated - Lifecycle state transition` - The state successfully transitioned to `optimizing`, `enabled`, or `disabled`.

Returns:

  • (String)


28830
28831
28832
28833
28834
28835
28836
28837
28838
28839
28840
28841
28842
28843
28844
# File 'lib/aws-sdk-ec2/types.rb', line 28830

class DisableFastSnapshotRestoreSuccessItem < Struct.new(
  :snapshot_id,
  :availability_zone,
  :state,
  :state_transition_reason,
  :owner_id,
  :owner_alias,
  :enabling_time,
  :optimizing_time,
  :enabled_time,
  :disabling_time,
  :disabled_time)
  SENSITIVE = []
  include Aws::Structure
end