Class: Aws::Types::DeleteProxyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#nat_gateway_id::String

Returns the value of attribute nat_gateway_id.

Returns:

  • (::String)


438
439
440
# File 'sig/types.rbs', line 438

def nat_gateway_id
  @nat_gateway_id
end

#proxy_arn::String

Returns the value of attribute proxy_arn.

Returns:

  • (::String)


440
441
442
# File 'sig/types.rbs', line 440

def proxy_arn
  @proxy_arn
end

#proxy_name::String

Returns the value of attribute proxy_name.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def proxy_name
  @proxy_name
end