Class: Aws::GlobalAccelerator::Types::RemoveCustomRoutingEndpointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::RemoveCustomRoutingEndpointsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_group_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.
-
#endpoint_ids ⇒ Array<String>
The IDs for the endpoints.
Instance Attribute Details
#endpoint_group_arn ⇒ String
The Amazon Resource Name (ARN) of the endpoint group to remove endpoints from.
3086 3087 3088 3089 3090 3091 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3086 class RemoveCustomRoutingEndpointsRequest < Struct.new( :endpoint_ids, :endpoint_group_arn) SENSITIVE = [] include Aws::Structure end |
#endpoint_ids ⇒ Array<String>
The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.
3086 3087 3088 3089 3090 3091 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3086 class RemoveCustomRoutingEndpointsRequest < Struct.new( :endpoint_ids, :endpoint_group_arn) SENSITIVE = [] include Aws::Structure end |