Class: Aws::Types::UpdateArchiveResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateArchiveResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_arn ⇒ ::String
Returns the value of attribute archive_arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
Instance Attribute Details
#archive_arn ⇒ ::String
Returns the value of attribute archive_arn.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def archive_arn @archive_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def creation_time @creation_time end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
1260 1261 1262 |
# File 'sig/types.rbs', line 1260 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
1261 1262 1263 |
# File 'sig/types.rbs', line 1261 def state_reason @state_reason end |