Class: Aws::MailManager::Types::IngressPoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::IngressPoint
- 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
-
#a_record ⇒ String
The DNS A Record that identifies your ingress endpoint.
-
#ingress_point_id ⇒ String
The identifier of the ingress endpoint resource.
-
#ingress_point_name ⇒ String
A user friendly name for the ingress endpoint resource.
-
#status ⇒ String
The status of the ingress endpoint resource.
-
#type ⇒ String
The type of ingress endpoint resource.
Instance Attribute Details
#a_record ⇒ String
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.
1725 1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1725 class IngressPoint < Struct.new( :a_record, :ingress_point_id, :ingress_point_name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#ingress_point_id ⇒ String
The identifier of the ingress endpoint resource.
1725 1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1725 class IngressPoint < Struct.new( :a_record, :ingress_point_id, :ingress_point_name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#ingress_point_name ⇒ String
A user friendly name for the ingress endpoint resource.
1725 1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1725 class IngressPoint < Struct.new( :a_record, :ingress_point_id, :ingress_point_name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the ingress endpoint resource.
1725 1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1725 class IngressPoint < Struct.new( :a_record, :ingress_point_id, :ingress_point_name, :status, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of ingress endpoint resource.
1725 1726 1727 1728 1729 1730 1731 1732 1733 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1725 class IngressPoint < Struct.new( :a_record, :ingress_point_id, :ingress_point_name, :status, :type) SENSITIVE = [] include Aws::Structure end |