Class: Aws::Types::CreateCustomRoutingEndpointGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_configurations::Array[Types::CustomRoutingDestinationConfiguration]

Returns the value of attribute destination_configurations.



198
199
200
# File 'sig/types.rbs', line 198

def destination_configurations
  @destination_configurations
end

#endpoint_group_region::String

Returns the value of attribute endpoint_group_region.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def endpoint_group_region
  @endpoint_group_region
end

#idempotency_token::String

Returns the value of attribute idempotency_token.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def idempotency_token
  @idempotency_token
end

#listener_arn::String

Returns the value of attribute listener_arn.

Returns:

  • (::String)


196
197
198
# File 'sig/types.rbs', line 196

def listener_arn
  @listener_arn
end