Class: Aws::MailManager::Types::GetTrafficPolicyResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The timestamp of when the traffic policy was created.

Returns:

  • (Time)


1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1537

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_actionString

The default action of the traffic policy.

Returns:

  • (String)


1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1537

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_timestampTime

The timestamp of when the traffic policy was last updated.

Returns:

  • (Time)


1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1537

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_bytesInteger

The maximum message size in bytes of email which is allowed in by this traffic policy—anything larger will be blocked.

Returns:

  • (Integer)


1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1537

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_statementsArray<Types::PolicyStatement>

The list of conditions which are in the traffic policy resource.

Returns:



1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1537

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_arnString

The Amazon Resource Name (ARN) of the traffic policy resource.

Returns:

  • (String)


1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1537

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_idString

The identifier of the traffic policy resource.

Returns:

  • (String)


1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1537

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_nameString

A user-friendly name for the traffic policy resource.

Returns:

  • (String)


1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1537

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