Class: Aws::Types::EnableFastSnapshotRestoreSuccessItem
- Inherits:
-
Object
- Object
- Aws::Types::EnableFastSnapshotRestoreSuccessItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
-
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
-
#disabled_time ⇒ ::Time
Returns the value of attribute disabled_time.
-
#disabling_time ⇒ ::Time
Returns the value of attribute disabling_time.
-
#enabled_time ⇒ ::Time
Returns the value of attribute enabled_time.
-
#enabling_time ⇒ ::Time
Returns the value of attribute enabling_time.
-
#optimizing_time ⇒ ::Time
Returns the value of attribute optimizing_time.
-
#owner_alias ⇒ ::String
Returns the value of attribute owner_alias.
-
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#state ⇒ "enabling", ...
Returns the value of attribute state.
-
#state_transition_reason ⇒ ::String
Returns the value of attribute state_transition_reason.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
9119 9120 9121 |
# File 'sig/types.rbs', line 9119 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
9120 9121 9122 |
# File 'sig/types.rbs', line 9120 def availability_zone_id @availability_zone_id end |
#disabled_time ⇒ ::Time
Returns the value of attribute disabled_time.
9129 9130 9131 |
# File 'sig/types.rbs', line 9129 def disabled_time @disabled_time end |
#disabling_time ⇒ ::Time
Returns the value of attribute disabling_time.
9128 9129 9130 |
# File 'sig/types.rbs', line 9128 def disabling_time @disabling_time end |
#enabled_time ⇒ ::Time
Returns the value of attribute enabled_time.
9127 9128 9129 |
# File 'sig/types.rbs', line 9127 def enabled_time @enabled_time end |
#enabling_time ⇒ ::Time
Returns the value of attribute enabling_time.
9125 9126 9127 |
# File 'sig/types.rbs', line 9125 def enabling_time @enabling_time end |
#optimizing_time ⇒ ::Time
Returns the value of attribute optimizing_time.
9126 9127 9128 |
# File 'sig/types.rbs', line 9126 def optimizing_time @optimizing_time end |
#owner_alias ⇒ ::String
Returns the value of attribute owner_alias.
9124 9125 9126 |
# File 'sig/types.rbs', line 9124 def owner_alias @owner_alias end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
9123 9124 9125 |
# File 'sig/types.rbs', line 9123 def owner_id @owner_id end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
9118 9119 9120 |
# File 'sig/types.rbs', line 9118 def snapshot_id @snapshot_id end |
#state ⇒ "enabling", ...
Returns the value of attribute state.
9121 9122 9123 |
# File 'sig/types.rbs', line 9121 def state @state end |
#state_transition_reason ⇒ ::String
Returns the value of attribute state_transition_reason.
9122 9123 9124 |
# File 'sig/types.rbs', line 9122 def state_transition_reason @state_transition_reason end |