Class: Aws::Types::AllowCustomRoutingTrafficRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allow_all_traffic_to_endpointBoolean

Returns the value of attribute allow_all_traffic_to_endpoint.

Returns:

  • (Boolean)


93
94
95
# File 'sig/types.rbs', line 93

def allow_all_traffic_to_endpoint
  @allow_all_traffic_to_endpoint
end

#destination_addresses::Array[::String]

Returns the value of attribute destination_addresses.

Returns:

  • (::Array[::String])


91
92
93
# File 'sig/types.rbs', line 91

def destination_addresses
  @destination_addresses
end

#destination_ports::Array[::Integer]

Returns the value of attribute destination_ports.

Returns:

  • (::Array[::Integer])


92
93
94
# File 'sig/types.rbs', line 92

def destination_ports
  @destination_ports
end

#endpoint_group_arn::String

Returns the value of attribute endpoint_group_arn.

Returns:

  • (::String)


89
90
91
# File 'sig/types.rbs', line 89

def endpoint_group_arn
  @endpoint_group_arn
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


90
91
92
# File 'sig/types.rbs', line 90

def endpoint_id
  @endpoint_id
end