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.
8886 8887 8888 |
# File 'sig/types.rbs', line 8886 def availability_zone @availability_zone end |
#availability_zone_id ⇒ ::String
Returns the value of attribute availability_zone_id.
8887 8888 8889 |
# File 'sig/types.rbs', line 8887 def availability_zone_id @availability_zone_id end |
#error ⇒ Types::EnableFastSnapshotRestoreStateError
Returns the value of attribute error.
8888 8889 8890 |
# File 'sig/types.rbs', line 8888 def error @error end |