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)


433
434
435
# File 'sig/types.rbs', line 433

def nat_gateway_id
  @nat_gateway_id
end

#proxy_arn::String

Returns the value of attribute proxy_arn.

Returns:

  • (::String)


435
436
437
# File 'sig/types.rbs', line 435

def proxy_arn
  @proxy_arn
end

#proxy_name::String

Returns the value of attribute proxy_name.

Returns:

  • (::String)


434
435
436
# File 'sig/types.rbs', line 434

def proxy_name
  @proxy_name
end