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
-
#ingress_point_id ⇒ String
The identifier of an ingress endpoint.
Instance Attribute Details
#ingress_point_id ⇒ String
The identifier of an ingress endpoint.
1344 1345 1346 1347 1348 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1344 class GetIngressPointRequest < Struct.new( :ingress_point_id) SENSITIVE = [] include Aws::Structure end |