Class: Aws::WorkMail::Types::GetDefaultRetentionPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkMail::Types::GetDefaultRetentionPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workmail/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
The retention policy description.
-
#folder_configurations ⇒ Array<Types::FolderConfiguration>
The retention policy folder configurations.
-
#id ⇒ String
The retention policy ID.
-
#name ⇒ String
The retention policy name.
Instance Attribute Details
#description ⇒ String
The retention policy description.
2297 2298 2299 2300 2301 2302 2303 2304 |
# File 'lib/aws-sdk-workmail/types.rb', line 2297 class GetDefaultRetentionPolicyResponse < Struct.new( :id, :name, :description, :folder_configurations) SENSITIVE = [] include Aws::Structure end |
#folder_configurations ⇒ Array<Types::FolderConfiguration>
The retention policy folder configurations.
2297 2298 2299 2300 2301 2302 2303 2304 |
# File 'lib/aws-sdk-workmail/types.rb', line 2297 class GetDefaultRetentionPolicyResponse < Struct.new( :id, :name, :description, :folder_configurations) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The retention policy ID.
2297 2298 2299 2300 2301 2302 2303 2304 |
# File 'lib/aws-sdk-workmail/types.rb', line 2297 class GetDefaultRetentionPolicyResponse < Struct.new( :id, :name, :description, :folder_configurations) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The retention policy name.
2297 2298 2299 2300 2301 2302 2303 2304 |
# File 'lib/aws-sdk-workmail/types.rb', line 2297 class GetDefaultRetentionPolicyResponse < Struct.new( :id, :name, :description, :folder_configurations) SENSITIVE = [] include Aws::Structure end |