Class: Aws::Types::ContainerRecipeSummary
- Inherits:
-
Object
- Object
- Aws::Types::ContainerRecipeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#container_type ⇒ "DOCKER"
Returns the value of attribute container_type.
-
#date_created ⇒ ::String
Returns the value of attribute date_created.
-
#instance_image ⇒ ::String
Returns the value of attribute instance_image.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#parent_image ⇒ ::String
Returns the value of attribute parent_image.
-
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
213 214 215 |
# File 'sig/types.rbs', line 213 def arn @arn end |
#container_type ⇒ "DOCKER"
Returns the value of attribute container_type.
214 215 216 |
# File 'sig/types.rbs', line 214 def container_type @container_type end |
#date_created ⇒ ::String
Returns the value of attribute date_created.
219 220 221 |
# File 'sig/types.rbs', line 219 def date_created @date_created end |
#instance_image ⇒ ::String
Returns the value of attribute instance_image.
220 221 222 |
# File 'sig/types.rbs', line 220 def instance_image @instance_image end |
#name ⇒ ::String
Returns the value of attribute name.
215 216 217 |
# File 'sig/types.rbs', line 215 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
217 218 219 |
# File 'sig/types.rbs', line 217 def owner @owner end |
#parent_image ⇒ ::String
Returns the value of attribute parent_image.
218 219 220 |
# File 'sig/types.rbs', line 218 def parent_image @parent_image end |
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
216 217 218 |
# File 'sig/types.rbs', line 216 def platform @platform end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
221 222 223 |
# File 'sig/types.rbs', line 221 def @tags end |