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.
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.
2017 2018 2019 |
# File 'sig/types.rbs', line 2017 def properties @properties end |
#type ⇒ "APPMESH"
Returns the value of attribute type.
2015 2016 2017 |
# File 'sig/types.rbs', line 2015 def type @type end |