Class: Aws::Types::Archive
- Inherits:
-
Object
- Object
- Aws::Types::Archive
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
-
#archive_name ⇒ ::String
Returns the value of attribute archive_name.
-
#archive_state ⇒ "ACTIVE", "PENDING_DELETION"
Returns the value of attribute archive_state.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
Instance Attribute Details
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
60 61 62 |
# File 'sig/types.rbs', line 60 def archive_id @archive_id end |
#archive_name ⇒ ::String
Returns the value of attribute archive_name.
61 62 63 |
# File 'sig/types.rbs', line 61 def archive_name @archive_name end |
#archive_state ⇒ "ACTIVE", "PENDING_DELETION"
Returns the value of attribute archive_state.
62 63 64 |
# File 'sig/types.rbs', line 62 def archive_state @archive_state end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
63 64 65 |
# File 'sig/types.rbs', line 63 def @last_updated_timestamp end |