Class: Aws::Types::GetArchiveResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetArchiveResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#archive_arn ⇒ ::String
Returns the value of attribute archive_arn.
-
#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.
-
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
-
#retention ⇒ Types::ArchiveRetention
Returns the value of attribute retention.
Instance Attribute Details
#archive_arn ⇒ ::String
Returns the value of attribute archive_arn.
509 510 511 |
# File 'sig/types.rbs', line 509 def archive_arn @archive_arn end |
#archive_id ⇒ ::String
Returns the value of attribute archive_id.
507 508 509 |
# File 'sig/types.rbs', line 507 def archive_id @archive_id end |
#archive_name ⇒ ::String
Returns the value of attribute archive_name.
508 509 510 |
# File 'sig/types.rbs', line 508 def archive_name @archive_name end |
#archive_state ⇒ "ACTIVE", "PENDING_DELETION"
Returns the value of attribute archive_state.
510 511 512 |
# File 'sig/types.rbs', line 510 def archive_state @archive_state end |
#created_timestamp ⇒ ::Time
Returns the value of attribute created_timestamp.
512 513 514 |
# File 'sig/types.rbs', line 512 def @created_timestamp end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
514 515 516 |
# File 'sig/types.rbs', line 514 def kms_key_arn @kms_key_arn end |
#last_updated_timestamp ⇒ ::Time
Returns the value of attribute last_updated_timestamp.
513 514 515 |
# File 'sig/types.rbs', line 513 def @last_updated_timestamp end |
#retention ⇒ Types::ArchiveRetention
Returns the value of attribute retention.
511 512 513 |
# File 'sig/types.rbs', line 511 def retention @retention end |