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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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