Class: Aws::GlobalAccelerator::Types::AddEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::AddEndpointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_descriptions ⇒ Array<Types::EndpointDescription>
The list of endpoint objects.
-
#endpoint_group_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint group.
Instance Attribute Details
#endpoint_descriptions ⇒ Array<Types::EndpointDescription>
The list of endpoint objects.
295 296 297 298 299 300 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 295 class AddEndpointsResponse < Struct.new( :endpoint_descriptions, :endpoint_group_arn) SENSITIVE = [] include Aws::Structure end |
#endpoint_group_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint group.
295 296 297 298 299 300 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 295 class AddEndpointsResponse < Struct.new( :endpoint_descriptions, :endpoint_group_arn) SENSITIVE = [] include Aws::Structure end |