Class: Aws::MailManager::Types::CreateIngressPointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateIngressPointResponse
- 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 unique identifier for a previously created ingress endpoint.
Instance Attribute Details
#ingress_point_id ⇒ String
The unique identifier for a previously created ingress endpoint.
700 701 702 703 704 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 700 class CreateIngressPointResponse < Struct.new( :ingress_point_id) SENSITIVE = [] include Aws::Structure end |