Class: Aws::MailManager::Types::CreateIngressPointResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::CreateIngressPointResponse
- Includes:
- Structure
- Defined in:
- 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.
562 563 564 565 566 |
# File 'lib/aws-sdk-mailmanager/types.rb', line 562 class CreateIngressPointResponse < Struct.new( :ingress_point_id) SENSITIVE = [] include Aws::Structure end |