Class: Aws::MailManager::Types::GetTrafficPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetTrafficPolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_timestamp ⇒ Time
The timestamp of when the traffic policy was created.
-
#default_action ⇒ String
The default action of the traffic policy.
-
#last_updated_timestamp ⇒ Time
The timestamp of when the traffic policy was last updated.
-
#max_message_size_bytes ⇒ Integer
The maximum message size in bytes of email which is allowed in by this traffic policy—anything larger will be blocked.
-
#policy_statements ⇒ Array<Types::PolicyStatement>
The list of conditions which are in the traffic policy resource.
-
#traffic_policy_arn ⇒ String
The Amazon Resource Name (ARN) of the traffic policy resource.
-
#traffic_policy_id ⇒ String
The identifier of the traffic policy resource.
-
#traffic_policy_name ⇒ String
A user-friendly name for the traffic policy resource.
Instance Attribute Details
#created_timestamp ⇒ Time
The timestamp of when the traffic policy was created.
1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1610 class GetTrafficPolicyResponse < Struct.new( :created_timestamp, :default_action, :last_updated_timestamp, :max_message_size_bytes, :policy_statements, :traffic_policy_arn, :traffic_policy_id, :traffic_policy_name) SENSITIVE = [] include Aws::Structure end |
#default_action ⇒ String
The default action of the traffic policy.
1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1610 class GetTrafficPolicyResponse < Struct.new( :created_timestamp, :default_action, :last_updated_timestamp, :max_message_size_bytes, :policy_statements, :traffic_policy_arn, :traffic_policy_id, :traffic_policy_name) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The timestamp of when the traffic policy was last updated.
1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1610 class GetTrafficPolicyResponse < Struct.new( :created_timestamp, :default_action, :last_updated_timestamp, :max_message_size_bytes, :policy_statements, :traffic_policy_arn, :traffic_policy_id, :traffic_policy_name) SENSITIVE = [] include Aws::Structure end |
#max_message_size_bytes ⇒ Integer
The maximum message size in bytes of email which is allowed in by this traffic policy—anything larger will be blocked.
1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1610 class GetTrafficPolicyResponse < Struct.new( :created_timestamp, :default_action, :last_updated_timestamp, :max_message_size_bytes, :policy_statements, :traffic_policy_arn, :traffic_policy_id, :traffic_policy_name) SENSITIVE = [] include Aws::Structure end |
#policy_statements ⇒ Array<Types::PolicyStatement>
The list of conditions which are in the traffic policy resource.
1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1610 class GetTrafficPolicyResponse < Struct.new( :created_timestamp, :default_action, :last_updated_timestamp, :max_message_size_bytes, :policy_statements, :traffic_policy_arn, :traffic_policy_id, :traffic_policy_name) SENSITIVE = [] include Aws::Structure end |
#traffic_policy_arn ⇒ String
The Amazon Resource Name (ARN) of the traffic policy resource.
1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1610 class GetTrafficPolicyResponse < Struct.new( :created_timestamp, :default_action, :last_updated_timestamp, :max_message_size_bytes, :policy_statements, :traffic_policy_arn, :traffic_policy_id, :traffic_policy_name) SENSITIVE = [] include Aws::Structure end |
#traffic_policy_id ⇒ String
The identifier of the traffic policy resource.
1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1610 class GetTrafficPolicyResponse < Struct.new( :created_timestamp, :default_action, :last_updated_timestamp, :max_message_size_bytes, :policy_statements, :traffic_policy_arn, :traffic_policy_id, :traffic_policy_name) SENSITIVE = [] include Aws::Structure end |
#traffic_policy_name ⇒ String
A user-friendly name for the traffic policy resource.
1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1610 class GetTrafficPolicyResponse < Struct.new( :created_timestamp, :default_action, :last_updated_timestamp, :max_message_size_bytes, :policy_statements, :traffic_policy_arn, :traffic_policy_id, :traffic_policy_name) SENSITIVE = [] include Aws::Structure end |