Class: Aws::Types::DescribeFastSnapshotRestoreSuccessItem
- Inherits:
-
Object
- Object
- Aws::Types::DescribeFastSnapshotRestoreSuccessItem
- 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.
5659 5660 5661 |
# File 'sig/types.rbs', line 5659 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
5660 5661 5662 |
# File 'sig/types.rbs', line 5660 def availability_zone_id @availability_zone_id end |
#disabled_time ⇒ ::Time
Returns the value of attribute disabled_time.
5669 5670 5671 |
# File 'sig/types.rbs', line 5669 def disabled_time @disabled_time end |
#disabling_time ⇒ ::Time
Returns the value of attribute disabling_time.
5668 5669 5670 |
# File 'sig/types.rbs', line 5668 def disabling_time @disabling_time end |
#enabled_time ⇒ ::Time
Returns the value of attribute enabled_time.
5667 5668 5669 |
# File 'sig/types.rbs', line 5667 def enabled_time @enabled_time end |
#enabling_time ⇒ ::Time
Returns the value of attribute enabling_time.
5665 5666 5667 |
# File 'sig/types.rbs', line 5665 def enabling_time @enabling_time end |
#optimizing_time ⇒ ::Time
Returns the value of attribute optimizing_time.
5666 5667 5668 |
# File 'sig/types.rbs', line 5666 def optimizing_time @optimizing_time end |
#owner_alias ⇒ ::String
Returns the value of attribute owner_alias.
5664 5665 5666 |
# File 'sig/types.rbs', line 5664 def owner_alias @owner_alias end |
#owner_id ⇒ ::String
Returns the value of attribute owner_id.
5663 5664 5665 |
# File 'sig/types.rbs', line 5663 def owner_id @owner_id end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
5658 5659 5660 |
# File 'sig/types.rbs', line 5658 def snapshot_id @snapshot_id end |
#state ⇒ "enabling", ...
Returns the value of attribute state.
5661 5662 5663 |
# File 'sig/types.rbs', line 5661 def state @state end |
#state_transition_reason ⇒ ::String
Returns the value of attribute state_transition_reason.
5662 5663 5664 |
# File 'sig/types.rbs', line 5662 def state_transition_reason @state_transition_reason end |