Class: Aws::MailManager::Types::GetIngressPointRequest

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

#include_trust_store_contentsString

Whether to include the trust store contents in the response. Use INCLUDE to retrieve trust store certificate and CRL contents.

Returns:

  • (String)


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_idString

The identifier of an ingress endpoint.

Returns:

  • (String)


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