Class: Aws::Types::EnableFastSnapshotRestoreStateErrorItem
- Inherits:
-
Object
- Object
- Aws::Types::EnableFastSnapshotRestoreStateErrorItem
- 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.
-
#error ⇒ Types::EnableFastSnapshotRestoreStateError
Returns the value of attribute error.
Instance Attribute Details
#availability_zone ⇒ ::String
Returns the value of attribute availability_zone.
9201 9202 9203 |
# File 'sig/types.rbs', line 9201 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
9202 9203 9204 |
# File 'sig/types.rbs', line 9202 def availability_zone_id @availability_zone_id end |
#error ⇒ Types::EnableFastSnapshotRestoreStateError
Returns the value of attribute error.
9203 9204 9205 |
# File 'sig/types.rbs', line 9203 def error @error end |