You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::EC2::Types::DisableFastSnapshotRestoreSuccessItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DisableFastSnapshotRestoreSuccessItem
- Defined in:
- (unknown)
Overview
Describes fast snapshot restores that were successfully disabled.
Instance Attribute Summary collapse
-
#availability_zone ⇒ String
The Availability Zone.
-
#disabled_time ⇒ Time
The time at which fast snapshot restores entered the
disabledstate. -
#disabling_time ⇒ Time
The time at which fast snapshot restores entered the
disablingstate. -
#enabled_time ⇒ Time
The time at which fast snapshot restores entered the
enabledstate. -
#enabling_time ⇒ Time
The time at which fast snapshot restores entered the
enablingstate. -
#optimizing_time ⇒ Time
The time at which fast snapshot restores entered the
optimizingstate. -
#owner_alias ⇒ String
The AWS owner alias that enabled fast snapshot restores on the snapshot.
-
#owner_id ⇒ String
The ID of the AWS account that enabled fast snapshot restores on the snapshot.
-
#snapshot_id ⇒ String
The ID of the snapshot.
-
#state ⇒ String
The state of fast snapshot restores for the snapshot.
-
#state_transition_reason ⇒ String
The reason for the state transition.
Instance Attribute Details
#availability_zone ⇒ String
The Availability Zone.
#disabled_time ⇒ Time
The time at which fast snapshot restores entered the disabled state.
#disabling_time ⇒ Time
The time at which fast snapshot restores entered the disabling state.
#enabled_time ⇒ Time
The time at which fast snapshot restores entered the enabled state.
#enabling_time ⇒ Time
The time at which fast snapshot restores entered the enabling state.
#optimizing_time ⇒ Time
The time at which fast snapshot restores entered the optimizing state.
#owner_alias ⇒ String
The AWS owner alias that enabled fast snapshot restores on the snapshot. This is intended for future use.
#owner_id ⇒ String
The ID of the AWS account that enabled fast snapshot restores on the snapshot.
#snapshot_id ⇒ String
The ID of the snapshot.
#state ⇒ String
The state of fast snapshot restores for the snapshot.
Possible values:
- enabling
- optimizing
- enabled
- disabling
- disabled
#state_transition_reason ⇒ String
The reason for the state transition. The possible values are as follows:
Client.UserInitiated- The state successfully transitioned toenablingordisabling.Client.UserInitiated - Lifecycle state transition- The state successfully transitioned tooptimizing,enabled, ordisabled.