Class: Aws::MailManager::Types::Archive
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::Archive
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
An archive resource for storing and retaining emails.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#archive_id ⇒ String
The unique identifier of the archive.
-
#archive_name ⇒ String
The unique name assigned to the archive.
-
#archive_state ⇒ String
The current state of the archive:.
-
#last_updated_timestamp ⇒ Time
The timestamp of when the archive was last updated.
Instance Attribute Details
#archive_id ⇒ String
The unique identifier of the archive.
159 160 161 162 163 164 165 166 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 159 class Archive < Struct.new( :archive_id, :archive_name, :archive_state, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#archive_name ⇒ String
The unique name assigned to the archive.
159 160 161 162 163 164 165 166 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 159 class Archive < Struct.new( :archive_id, :archive_name, :archive_state, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#archive_state ⇒ String
The current state of the archive:
ACTIVE
– The archive is ready and available for use.PENDING_DELETION
– The archive has been marked for deletion and will be permanently deleted in 30 days. No further modifications can be made in this state.
159 160 161 162 163 164 165 166 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 159 class Archive < Struct.new( :archive_id, :archive_name, :archive_state, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The timestamp of when the archive was last updated.
159 160 161 162 163 164 165 166 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 159 class Archive < Struct.new( :archive_id, :archive_name, :archive_state, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |