Class: Aws::Types::DeleteContainerImageRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteContainerImageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image ⇒ ::String
Returns the value of attribute image.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#image ⇒ ::String
Returns the value of attribute image.
943 944 945 |
# File 'sig/types.rbs', line 943 def image @image end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
942 943 944 |
# File 'sig/types.rbs', line 942 def service_name @service_name end |