Class: Aws::MailManager::Types::IngressPoint

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

Overview

The structure of an ingress endpoint resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#a_recordString

The DNS A Record that identifies your ingress endpoint. Configure your DNS Mail Exchange (MX) record with this value to route emails to Mail Manager.

Returns:

  • (String)


1690
1691
1692
1693
1694
1695
1696
1697
1698
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1690

class IngressPoint < Struct.new(
  :a_record,
  :ingress_point_id,
  :ingress_point_name,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_point_idString

The identifier of the ingress endpoint resource.

Returns:

  • (String)


1690
1691
1692
1693
1694
1695
1696
1697
1698
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1690

class IngressPoint < Struct.new(
  :a_record,
  :ingress_point_id,
  :ingress_point_name,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#ingress_point_nameString

A user friendly name for the ingress endpoint resource.

Returns:

  • (String)


1690
1691
1692
1693
1694
1695
1696
1697
1698
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1690

class IngressPoint < Struct.new(
  :a_record,
  :ingress_point_id,
  :ingress_point_name,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the ingress endpoint resource.

Returns:

  • (String)


1690
1691
1692
1693
1694
1695
1696
1697
1698
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1690

class IngressPoint < Struct.new(
  :a_record,
  :ingress_point_id,
  :ingress_point_name,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of ingress endpoint resource.

Returns:

  • (String)


1690
1691
1692
1693
1694
1695
1696
1697
1698
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1690

class IngressPoint < Struct.new(
  :a_record,
  :ingress_point_id,
  :ingress_point_name,
  :status,
  :type)
  SENSITIVE = []
  include Aws::Structure
end