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
3572 3573 3574 3575 3576 3577 3578 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3572 class TrafficPolicy < Struct.new( :default_action, :traffic_policy_id, :traffic_policy_name) SENSITIVE = [] include Aws::Structure end |
#traffic_policy_id ⇒ String
The identifier of the traffic policy resource.
3572 3573 3574 3575 3576 3577 3578 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3572 class TrafficPolicy < Struct.new( :default_action, :traffic_policy_id, :traffic_policy_name) SENSITIVE = [] include Aws::Structure end |
#traffic_policy_name ⇒ String
A user-friendly name of the traffic policy resource.
3572 3573 3574 3575 3576 3577 3578 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3572 class TrafficPolicy < Struct.new( :default_action, :traffic_policy_id, :traffic_policy_name) SENSITIVE = [] include Aws::Structure end |