Class: Aws::Types::Image
- Inherits:
-
Object
- Object
- Aws::Types::Image
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#applications ⇒ ::Array[Types::Application]
Returns the value of attribute applications.
-
#appstream_agent_version ⇒ ::String
Returns the value of attribute appstream_agent_version.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#base_image_arn ⇒ ::String
Returns the value of attribute base_image_arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#dynamic_app_providers_enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute dynamic_app_providers_enabled.
-
#image_builder_name ⇒ ::String
Returns the value of attribute image_builder_name.
-
#image_builder_supported ⇒ Boolean
Returns the value of attribute image_builder_supported.
-
#image_errors ⇒ ::Array[Types::ResourceError]
Returns the value of attribute image_errors.
-
#image_permissions ⇒ Types::ImagePermissions
Returns the value of attribute image_permissions.
-
#image_shared_with_others ⇒ "TRUE", "FALSE"
Returns the value of attribute image_shared_with_others.
-
#image_type ⇒ "CUSTOM", ...
Returns the value of attribute image_type.
-
#latest_appstream_agent_version ⇒ "TRUE", "FALSE"
Returns the value of attribute latest_appstream_agent_version.
-
#managed_software_included ⇒ Boolean
Returns the value of attribute managed_software_included.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#platform ⇒ "WINDOWS", ...
Returns the value of attribute platform.
-
#public_base_image_released_date ⇒ ::Time
Returns the value of attribute public_base_image_released_date.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#state_change_reason ⇒ Types::ImageStateChangeReason
Returns the value of attribute state_change_reason.
-
#supported_instance_families ⇒ ::Array[::String]
Returns the value of attribute supported_instance_families.
-
#visibility ⇒ "PUBLIC", ...
Returns the value of attribute visibility.
Instance Attribute Details
#applications ⇒ ::Array[Types::Application]
Returns the value of attribute applications.
1141 1142 1143 |
# File 'sig/types.rbs', line 1141 def applications @applications end |
#appstream_agent_version ⇒ ::String
Returns the value of attribute appstream_agent_version.
1144 1145 1146 |
# File 'sig/types.rbs', line 1144 def appstream_agent_version @appstream_agent_version end |
#arn ⇒ ::String
Returns the value of attribute arn.
1131 1132 1133 |
# File 'sig/types.rbs', line 1131 def arn @arn end |
#base_image_arn ⇒ ::String
Returns the value of attribute base_image_arn.
1132 1133 1134 |
# File 'sig/types.rbs', line 1132 def base_image_arn @base_image_arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1142 1143 1144 |
# File 'sig/types.rbs', line 1142 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
1139 1140 1141 |
# File 'sig/types.rbs', line 1139 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1133 1134 1135 |
# File 'sig/types.rbs', line 1133 def display_name @display_name end |
#dynamic_app_providers_enabled ⇒ "ENABLED", "DISABLED"
Returns the value of attribute dynamic_app_providers_enabled.
1149 1150 1151 |
# File 'sig/types.rbs', line 1149 def dynamic_app_providers_enabled @dynamic_app_providers_enabled end |
#image_builder_name ⇒ ::String
Returns the value of attribute image_builder_name.
1137 1138 1139 |
# File 'sig/types.rbs', line 1137 def image_builder_name @image_builder_name end |
#image_builder_supported ⇒ Boolean
Returns the value of attribute image_builder_supported.
1136 1137 1138 |
# File 'sig/types.rbs', line 1136 def image_builder_supported @image_builder_supported end |
#image_errors ⇒ ::Array[Types::ResourceError]
Returns the value of attribute image_errors.
1146 1147 1148 |
# File 'sig/types.rbs', line 1146 def image_errors @image_errors end |
#image_permissions ⇒ Types::ImagePermissions
Returns the value of attribute image_permissions.
1145 1146 1147 |
# File 'sig/types.rbs', line 1145 def @image_permissions end |
#image_shared_with_others ⇒ "TRUE", "FALSE"
Returns the value of attribute image_shared_with_others.
1150 1151 1152 |
# File 'sig/types.rbs', line 1150 def image_shared_with_others @image_shared_with_others end |
#image_type ⇒ "CUSTOM", ...
Returns the value of attribute image_type.
1152 1153 1154 |
# File 'sig/types.rbs', line 1152 def image_type @image_type end |
#latest_appstream_agent_version ⇒ "TRUE", "FALSE"
Returns the value of attribute latest_appstream_agent_version.
1147 1148 1149 |
# File 'sig/types.rbs', line 1147 def latest_appstream_agent_version @latest_appstream_agent_version end |
#managed_software_included ⇒ Boolean
Returns the value of attribute managed_software_included.
1151 1152 1153 |
# File 'sig/types.rbs', line 1151 def managed_software_included @managed_software_included end |
#name ⇒ ::String
Returns the value of attribute name.
1130 1131 1132 |
# File 'sig/types.rbs', line 1130 def name @name end |
#platform ⇒ "WINDOWS", ...
Returns the value of attribute platform.
1138 1139 1140 |
# File 'sig/types.rbs', line 1138 def platform @platform end |
#public_base_image_released_date ⇒ ::Time
Returns the value of attribute public_base_image_released_date.
1143 1144 1145 |
# File 'sig/types.rbs', line 1143 def public_base_image_released_date @public_base_image_released_date end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
1134 1135 1136 |
# File 'sig/types.rbs', line 1134 def state @state end |
#state_change_reason ⇒ Types::ImageStateChangeReason
Returns the value of attribute state_change_reason.
1140 1141 1142 |
# File 'sig/types.rbs', line 1140 def state_change_reason @state_change_reason end |
#supported_instance_families ⇒ ::Array[::String]
Returns the value of attribute supported_instance_families.
1148 1149 1150 |
# File 'sig/types.rbs', line 1148 def supported_instance_families @supported_instance_families end |
#visibility ⇒ "PUBLIC", ...
Returns the value of attribute visibility.
1135 1136 1137 |
# File 'sig/types.rbs', line 1135 def visibility @visibility end |