Class: Aws::Types::ProxyConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_name::String

Returns the value of attribute container_name.

Returns:

  • (::String)


2000
2001
2002
# File 'sig/types.rbs', line 2000

def container_name
  @container_name
end

#properties::Array[Types::KeyValuePair]

Returns the value of attribute properties.

Returns:



2001
2002
2003
# File 'sig/types.rbs', line 2001

def properties
  @properties
end

#type"APPMESH"

Returns the value of attribute type.

Returns:

  • ("APPMESH")


1999
2000
2001
# File 'sig/types.rbs', line 1999

def type
  @type
end