Class: Aws::Types::RemoveCustomRoutingEndpointsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_group_arn::String

Returns the value of attribute endpoint_group_arn.

Returns:

  • (::String)


778
779
780
# File 'sig/types.rbs', line 778

def endpoint_group_arn
  @endpoint_group_arn
end

#endpoint_ids::Array[::String]

Returns the value of attribute endpoint_ids.

Returns:

  • (::Array[::String])


777
778
779
# File 'sig/types.rbs', line 777

def endpoint_ids
  @endpoint_ids
end