Class: Aws::Types::ImageVersion
- Inherits:
-
Object
- Object
- Aws::Types::ImageVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#build_type ⇒ "USER_INITIATED", ...
Returns the value of attribute build_type.
-
#date_created ⇒ ::String
Returns the value of attribute date_created.
-
#image_source ⇒ "AMAZON_MANAGED", ...
Returns the value of attribute image_source.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#os_version ⇒ ::String
Returns the value of attribute os_version.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
-
#type ⇒ "AMI", "DOCKER"
Returns the value of attribute type.
-
#version ⇒ ::String
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1103 1104 1105 |
# File 'sig/types.rbs', line 1103 def arn @arn end |
#build_type ⇒ "USER_INITIATED", ...
Returns the value of attribute build_type.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def build_type @build_type end |
#date_created ⇒ ::String
Returns the value of attribute date_created.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def date_created @date_created end |
#image_source ⇒ "AMAZON_MANAGED", ...
Returns the value of attribute image_source.
1112 1113 1114 |
# File 'sig/types.rbs', line 1112 def image_source @image_source end |
#name ⇒ ::String
Returns the value of attribute name.
1104 1105 1106 |
# File 'sig/types.rbs', line 1104 def name @name end |
#os_version ⇒ ::String
Returns the value of attribute os_version.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def os_version @os_version end |
#owner ⇒ ::String
Returns the value of attribute owner.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def owner @owner end |
#platform ⇒ "Windows", ...
Returns the value of attribute platform.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def platform @platform end |
#type ⇒ "AMI", "DOCKER"
Returns the value of attribute type.
1105 1106 1107 |
# File 'sig/types.rbs', line 1105 def type @type end |
#version ⇒ ::String
Returns the value of attribute version.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def version @version end |