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)


2016
2017
2018
# File 'sig/types.rbs', line 2016

def container_name
  @container_name
end

#properties::Array[Types::KeyValuePair]

Returns the value of attribute properties.

Returns:



2017
2018
2019
# File 'sig/types.rbs', line 2017

def properties
  @properties
end

#type"APPMESH"

Returns the value of attribute type.

Returns:

  • ("APPMESH")


2015
2016
2017
# File 'sig/types.rbs', line 2015

def type
  @type
end