Class: Aws::Types::ContainerAssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::ContainerAssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
161 162 163 |
# File 'sig/types.rbs', line 161 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
162 163 164 |
# File 'sig/types.rbs', line 162 def name @name end |