Class: Aws::Types::AwsEcsTaskDefinitionProxyConfigurationDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionProxyConfigurationDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_name ⇒ ::String
Returns the value of attribute container_name.
-
#proxy_configuration_properties ⇒ ::Array[Types::AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails]
Returns the value of attribute proxy_configuration_properties.
-
#type ⇒ ::String
Returns the value of attribute type.
Instance Attribute Details
#container_name ⇒ ::String
Returns the value of attribute container_name.
2411 2412 2413 |
# File 'sig/types.rbs', line 2411 def container_name @container_name end |
#proxy_configuration_properties ⇒ ::Array[Types::AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails]
Returns the value of attribute proxy_configuration_properties.
2412 2413 2414 |
# File 'sig/types.rbs', line 2412 def proxy_configuration_properties @proxy_configuration_properties end |
#type ⇒ ::String
Returns the value of attribute type.
2413 2414 2415 |
# File 'sig/types.rbs', line 2413 def type @type end |