Class: Aws::ECS::Types::IngressPathSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::IngressPathSummary
- 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
-
#access_type ⇒ String
The type of access to the endpoint for the Express service.
-
#endpoint ⇒ String
The endpoint for access to the service.
Instance Attribute Details
#access_type ⇒ String
The type of access to the endpoint for the Express service.
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 |
#endpoint ⇒ String
The endpoint for access to the service.
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 |