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

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

Returns:

  • (String)


1309
1310
1311
1312
1313
# File 'gems/aws-sdk-mailmanager/lib/aws-sdk-mailmanager/types.rb', line 1309

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