Class: Aws::MailManager::Types::GetIngressPointRequest

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 identifier of an ingress endpoint.

Returns:

  • (String)


1382
1383
1384
1385
1386
# File 'lib/aws-sdk-mailmanager/types.rb', line 1382

class GetIngressPointRequest < Struct.new(
  :ingress_point_id)
  SENSITIVE = []
  include Aws::Structure
end