Class: Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsTaskDefinitionContainerDefinitionsSecretsDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#value_from ⇒ ::String
Returns the value of attribute value_from.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
2355 2356 2357 |
# File 'sig/types.rbs', line 2355 def name @name end |
#value_from ⇒ ::String
Returns the value of attribute value_from.
2356 2357 2358 |
# File 'sig/types.rbs', line 2356 def value_from @value_from end |