Class: Aws::Types::CreateArchiveResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateArchiveResponse
- 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.
214 215 216 |
# File 'sig/types.rbs', line 214 def archive_arn @archive_arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
217 218 219 |
# File 'sig/types.rbs', line 217 def creation_time @creation_time end |
#state ⇒ "ENABLED", ...
Returns the value of attribute state.
215 216 217 |
# File 'sig/types.rbs', line 215 def state @state end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
216 217 218 |
# File 'sig/types.rbs', line 216 def state_reason @state_reason end |