Class: Aws::Types::AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionProxyConfigurationProxyConfigurationPropertiesDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2418 2419 2420 |
# File 'sig/types.rbs', line 2418 def name @name end |
#value ⇒ ::String
Returns the value of attribute value.
2419 2420 2421 |
# File 'sig/types.rbs', line 2419 def value @value end |