Class: Aws::MailManager::Types::GetTrafficPolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetTrafficPolicyResponse
- Defined in:
- gems/aws-sdk-mailmanager/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.
2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2030 class GetTrafficPolicyResponse < Struct.new( :traffic_policy_name, :traffic_policy_id, :traffic_policy_arn, :policy_statements, :max_message_size_bytes, :default_action, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#default_action ⇒ String
The default action of the traffic policy.
2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2030 class GetTrafficPolicyResponse < Struct.new( :traffic_policy_name, :traffic_policy_id, :traffic_policy_arn, :policy_statements, :max_message_size_bytes, :default_action, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The timestamp of when the traffic policy was last updated.
2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2030 class GetTrafficPolicyResponse < Struct.new( :traffic_policy_name, :traffic_policy_id, :traffic_policy_arn, :policy_statements, :max_message_size_bytes, :default_action, :created_timestamp, :last_updated_timestamp) 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.
2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2030 class GetTrafficPolicyResponse < Struct.new( :traffic_policy_name, :traffic_policy_id, :traffic_policy_arn, :policy_statements, :max_message_size_bytes, :default_action, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#policy_statements ⇒ Array<Types::PolicyStatement>
The list of conditions which are in the traffic policy resource.
2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2030 class GetTrafficPolicyResponse < Struct.new( :traffic_policy_name, :traffic_policy_id, :traffic_policy_arn, :policy_statements, :max_message_size_bytes, :default_action, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#traffic_policy_arn ⇒ String
The Amazon Resource Name (ARN) of the traffic policy resource.
2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2030 class GetTrafficPolicyResponse < Struct.new( :traffic_policy_name, :traffic_policy_id, :traffic_policy_arn, :policy_statements, :max_message_size_bytes, :default_action, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#traffic_policy_id ⇒ String
The identifier of the traffic policy resource.
2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2030 class GetTrafficPolicyResponse < Struct.new( :traffic_policy_name, :traffic_policy_id, :traffic_policy_arn, :policy_statements, :max_message_size_bytes, :default_action, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |
#traffic_policy_name ⇒ String
A user-friendly name for the traffic policy resource.
2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 2030 class GetTrafficPolicyResponse < Struct.new( :traffic_policy_name, :traffic_policy_id, :traffic_policy_arn, :policy_statements, :max_message_size_bytes, :default_action, :created_timestamp, :last_updated_timestamp) SENSITIVE = [] include Aws::Structure end |