Class: Aws::MailManager::Types::GetIngressPointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::GetIngressPointRequest
- Includes:
- Structure
- Defined in:
- 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.
1382 1383 1384 1385 1386 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 1382 class GetIngressPointRequest < Struct.new( :ingress_point_id) SENSITIVE = [] include Aws::Structure end |