Class: Aws::ECS::Types::IngressPathSummary

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

Overview

The entry point into an Express service.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#access_typeString

The type of access to the endpoint for the Express service.

Returns:

  • (String)


6788
6789
6790
6791
6792
6793
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6788

class IngressPathSummary < Struct.new(
  :access_type,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end

#endpointString

The endpoint for access to the service.

Returns:

  • (String)


6788
6789
6790
6791
6792
6793
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 6788

class IngressPathSummary < Struct.new(
  :access_type,
  :endpoint)
  SENSITIVE = []
  include Aws::Structure
end