Class: Aws::MailManager::Types::TrafficPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::TrafficPolicy
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
The structure of a traffic policy resource which is a container for policy statements.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_action ⇒ String
Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements.
-
#traffic_policy_id ⇒ String
The identifier of the traffic policy resource.
-
#traffic_policy_name ⇒ String
A user-friendly name of the traffic policy resource.
Instance Attribute Details
#default_action ⇒ String
Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements
4670 4671 4672 4673 4674 4675 4676 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4670 class TrafficPolicy < Struct.new( :traffic_policy_name, :traffic_policy_id, :default_action) SENSITIVE = [] include Aws::Structure end |
#traffic_policy_id ⇒ String
The identifier of the traffic policy resource.
4670 4671 4672 4673 4674 4675 4676 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4670 class TrafficPolicy < Struct.new( :traffic_policy_name, :traffic_policy_id, :default_action) SENSITIVE = [] include Aws::Structure end |
#traffic_policy_name ⇒ String
A user-friendly name of the traffic policy resource.
4670 4671 4672 4673 4674 4675 4676 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 4670 class TrafficPolicy < Struct.new( :traffic_policy_name, :traffic_policy_id, :default_action) SENSITIVE = [] include Aws::Structure end |