Class: Aws::Types::CustomRoutingEndpointGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#destination_descriptions::Array[Types::CustomRoutingDestinationDescription]

Returns the value of attribute destination_descriptions.



309
310
311
# File 'sig/types.rbs', line 309

def destination_descriptions
  @destination_descriptions
end

#endpoint_descriptions::Array[Types::CustomRoutingEndpointDescription]

Returns the value of attribute endpoint_descriptions.



310
311
312
# File 'sig/types.rbs', line 310

def endpoint_descriptions
  @endpoint_descriptions
end

#endpoint_group_arn::String

Returns the value of attribute endpoint_group_arn.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def endpoint_group_arn
  @endpoint_group_arn
end

#endpoint_group_region::String

Returns the value of attribute endpoint_group_region.

Returns:

  • (::String)


308
309
310
# File 'sig/types.rbs', line 308

def endpoint_group_region
  @endpoint_group_region
end