Class: Aws::Types::ImageRecipeSummary
- Inherits:
-
Object
- Object
- Aws::Types::ImageRecipeSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#date_created ⇒ ::String
Returns the value of attribute date_created.
-
#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.
1015 1016 1017 |
# File 'sig/types.rbs', line 1015 def arn @arn end |
#date_created ⇒ ::String
Returns the value of attribute date_created.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def date_created @date_created end |
#name ⇒ ::String
Returns the value of attribute name.
1016 1017 1018 |
# File 'sig/types.rbs', line 1016 def name @name end |
#owner ⇒ ::String
Returns the value of attribute owner.
1018 1019 1020 |
# File 'sig/types.rbs', line 1018 def owner @owner end |
#parent_image ⇒ ::String
Returns the value of attribute parent_image.
1019 1020 1021 |
# File 'sig/types.rbs', line 1019 def parent_image @parent_image end |
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
1017 1018 1019 |
# File 'sig/types.rbs', line 1017 def platform @platform end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def end |