Class: Aws::Types::DenyCustomRoutingTrafficRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#deny_all_traffic_to_endpointBoolean

Returns the value of attribute deny_all_traffic_to_endpoint.

Returns:

  • (Boolean)


360
361
362
# File 'sig/types.rbs', line 360

def deny_all_traffic_to_endpoint
  @deny_all_traffic_to_endpoint
end

#destination_addresses::Array[::String]

Returns the value of attribute destination_addresses.

Returns:

  • (::Array[::String])


358
359
360
# File 'sig/types.rbs', line 358

def destination_addresses
  @destination_addresses
end

#destination_ports::Array[::Integer]

Returns the value of attribute destination_ports.

Returns:

  • (::Array[::Integer])


359
360
361
# File 'sig/types.rbs', line 359

def destination_ports
  @destination_ports
end

#endpoint_group_arn::String

Returns the value of attribute endpoint_group_arn.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def endpoint_group_arn
  @endpoint_group_arn
end

#endpoint_id::String

Returns the value of attribute endpoint_id.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def endpoint_id
  @endpoint_id
end