Class: Aws::MailManager::Types::GetIngressPointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetIngressPointRequest
- Defined in:
- gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#include_trust_store_contents ⇒ String
Whether to include the trust store contents in the response.
-
#ingress_point_id ⇒ String
The identifier of an ingress endpoint.
Instance Attribute Details
#include_trust_store_contents ⇒ String
Whether to include the trust store contents in the response. Use INCLUDE to retrieve trust store certificate and CRL contents.
1755 1756 1757 1758 1759 1760 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1755 class GetIngressPointRequest < Struct.new( :ingress_point_id, :include_trust_store_contents) SENSITIVE = [] include Aws::Structure end |
#ingress_point_id ⇒ String
The identifier of an ingress endpoint.
1755 1756 1757 1758 1759 1760 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1755 class GetIngressPointRequest < Struct.new( :ingress_point_id, :include_trust_store_contents) SENSITIVE = [] include Aws::Structure end |