Class: Aws::MailManager::Types::DeleteIngressPointRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ingress_point_idString

The identifier of the ingress endpoint resource that you want to delete.

Returns:

  • (String)


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