Class: Aws::Types::UpdateArchiveRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateArchiveRequest
- 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.
-
#retention ⇒ Types::ArchiveRetention
Returns the value of attribute retention.
Instance Attribute Details
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def archive_id @archive_id end |
#archive_name ⇒ ::String
Returns the value of attribute archive_name.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def archive_name @archive_name end |
#retention ⇒ Types::ArchiveRetention
Returns the value of attribute retention.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def retention @retention end |