Class: Aws::Types::DeleteProxyResponse

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)


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

def nat_gateway_id
  @nat_gateway_id
end

#proxy_arn::String

Returns the value of attribute proxy_arn.

Returns:

  • (::String)


442
443
444
# File 'sig/types.rbs', line 442

def proxy_arn
  @proxy_arn
end

#proxy_name::String

Returns the value of attribute proxy_name.

Returns:

  • (::String)


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

def proxy_name
  @proxy_name
end