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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_actionString

The default action of the traffic policy.

Returns:

  • (String)


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_timestampTime

The timestamp of when the traffic policy was last updated.

Returns:

  • (Time)


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_bytesInteger

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

Returns:

  • (Integer)


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

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

Returns:



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_arnString

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

Returns:

  • (String)


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_idString

The identifier of the traffic policy resource.

Returns:

  • (String)


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_nameString

A user-friendly name for the traffic policy resource.

Returns:

  • (String)


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