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.
162 163 164 |
# File 'sig/types.rbs', line 162 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
163 164 165 |
# File 'sig/types.rbs', line 163 def name @name end |