Class: Aws::MailManager::Types::CreateIngressPointResponse

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 unique identifier for a previously created ingress endpoint.

Returns:

  • (String)


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