Class: Aws::MailManager::Types::UpdateIngressPointRequest

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

#ingress_point_configurationTypes::IngressPointConfiguration

If you choose an Authenticated ingress endpoint, you must configure either an SMTP password or a secret ARN.



3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3508

class UpdateIngressPointRequest < Struct.new(
  :ingress_point_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :rule_set_id,
  :status_to_update,
  :traffic_policy_id)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_point_idString

The identifier for the ingress endpoint you want to update.

Returns:

  • (String)


3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3508

class UpdateIngressPointRequest < Struct.new(
  :ingress_point_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :rule_set_id,
  :status_to_update,
  :traffic_policy_id)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_point_nameString

A user friendly name for the ingress endpoint resource.

Returns:

  • (String)


3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3508

class UpdateIngressPointRequest < Struct.new(
  :ingress_point_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :rule_set_id,
  :status_to_update,
  :traffic_policy_id)
  SENSITIVE = []
  include Aws::Structure
end

#rule_set_idString

The identifier of an existing rule set that you attach to an ingress endpoint resource.

Returns:

  • (String)


3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3508

class UpdateIngressPointRequest < Struct.new(
  :ingress_point_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :rule_set_id,
  :status_to_update,
  :traffic_policy_id)
  SENSITIVE = []
  include Aws::Structure
end

#status_to_updateString

The update status of an ingress endpoint.

Returns:

  • (String)


3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3508

class UpdateIngressPointRequest < Struct.new(
  :ingress_point_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :rule_set_id,
  :status_to_update,
  :traffic_policy_id)
  SENSITIVE = []
  include Aws::Structure
end

#traffic_policy_idString

The identifier of an existing traffic policy that you attach to an ingress endpoint resource.

Returns:

  • (String)


3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 3508

class UpdateIngressPointRequest < Struct.new(
  :ingress_point_configuration,
  :ingress_point_id,
  :ingress_point_name,
  :rule_set_id,
  :status_to_update,
  :traffic_policy_id)
  SENSITIVE = []
  include Aws::Structure
end