Class: Aws::MailManager::Types::DeleteIngressPointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MailManager::Types::DeleteIngressPointRequest
- 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 the ingress endpoint resource that you want to delete.
Instance Attribute Details
#ingress_point_id ⇒ String
The identifier of the ingress endpoint resource that you want to delete.
791 792 793 794 795 |
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 791 class DeleteIngressPointRequest < Struct.new( :ingress_point_id) SENSITIVE = [] include Aws::Structure end |