Class: Aws::Types::AwsEcsContainerDetails
- Inherits:
-
Object
- Object
- Aws::Types::AwsEcsContainerDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image ⇒ ::String
Returns the value of attribute image.
-
#mount_points ⇒ ::Array[Types::AwsMountPoint]
Returns the value of attribute mount_points.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#privileged ⇒ Boolean
Returns the value of attribute privileged.
Instance Attribute Details
#image ⇒ ::String
Returns the value of attribute image.
2106 2107 2108 |
# File 'sig/types.rbs', line 2106 def image @image end |
#mount_points ⇒ ::Array[Types::AwsMountPoint]
Returns the value of attribute mount_points.
2107 2108 2109 |
# File 'sig/types.rbs', line 2107 def mount_points @mount_points end |
#name ⇒ ::String
Returns the value of attribute name.
2105 2106 2107 |
# File 'sig/types.rbs', line 2105 def name @name end |
#privileged ⇒ Boolean
Returns the value of attribute privileged.
2108 2109 2110 |
# File 'sig/types.rbs', line 2108 def privileged @privileged end |