Class: Aws::Types::ProxyConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ProxyConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#properties ⇒ ::Array[Types::KeyValuePair]
Returns the value of attribute properties.
-
#type ⇒ "APPMESH"
Returns the value of attribute type.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
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.
2001 2002 2003 |
# File 'sig/types.rbs', line 2001 def properties @properties end |
#type ⇒ "APPMESH"
Returns the value of attribute type.
1999 2000 2001 |
# File 'sig/types.rbs', line 1999 def type @type end |