Class: Aws::Types::ImageBuilder
- Inherits:
-
Object
- Object
- Aws::Types::ImageBuilder
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_endpoints ⇒ ::Array[Types::AccessEndpoint]
Returns the value of attribute access_endpoints.
-
#appstream_agent_version ⇒ ::String
Returns the value of attribute appstream_agent_version.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#disable_imdsv1 ⇒ Boolean
Returns the value of attribute disable_imdsv1.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#domain_join_info ⇒ Types::DomainJoinInfo
Returns the value of attribute domain_join_info.
-
#enable_default_internet_access ⇒ Boolean
Returns the value of attribute enable_default_internet_access.
-
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
-
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
-
#image_builder_errors ⇒ ::Array[Types::ResourceError]
Returns the value of attribute image_builder_errors.
-
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
-
#latest_appstream_agent_version ⇒ "TRUE", "FALSE"
Returns the value of attribute latest_appstream_agent_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_access_configuration ⇒ Types::NetworkAccessConfiguration
Returns the value of attribute network_access_configuration.
-
#platform ⇒ "WINDOWS", ...
Returns the value of attribute platform.
-
#root_volume_config ⇒ Types::VolumeConfig
Returns the value of attribute root_volume_config.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
-
#state_change_reason ⇒ Types::ImageBuilderStateChangeReason
Returns the value of attribute state_change_reason.
-
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
Instance Attribute Details
#access_endpoints ⇒ ::Array[Types::AccessEndpoint]
Returns the value of attribute access_endpoints.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def access_endpoints @access_endpoints end |
#appstream_agent_version ⇒ ::String
Returns the value of attribute appstream_agent_version.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def appstream_agent_version @appstream_agent_version end |
#arn ⇒ ::String
Returns the value of attribute arn.
1158 1159 1160 |
# File 'sig/types.rbs', line 1158 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def description @description end |
#disable_imdsv1 ⇒ Boolean
Returns the value of attribute disable_imdsv1.
1177 1178 1179 |
# File 'sig/types.rbs', line 1177 def disable_imdsv1 @disable_imdsv1 end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def display_name @display_name end |
#domain_join_info ⇒ Types::DomainJoinInfo
Returns the value of attribute domain_join_info.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def domain_join_info @domain_join_info end |
#enable_default_internet_access ⇒ Boolean
Returns the value of attribute enable_default_internet_access.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def enable_default_internet_access @enable_default_internet_access end |
#iam_role_arn ⇒ ::String
Returns the value of attribute iam_role_arn.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def iam_role_arn @iam_role_arn end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
1159 1160 1161 |
# File 'sig/types.rbs', line 1159 def image_arn @image_arn end |
#image_builder_errors ⇒ ::Array[Types::ResourceError]
Returns the value of attribute image_builder_errors.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def image_builder_errors @image_builder_errors end |
#instance_type ⇒ ::String
Returns the value of attribute instance_type.
1163 1164 1165 |
# File 'sig/types.rbs', line 1163 def instance_type @instance_type end |
#latest_appstream_agent_version ⇒ "TRUE", "FALSE"
Returns the value of attribute latest_appstream_agent_version.
1176 1177 1178 |
# File 'sig/types.rbs', line 1176 def latest_appstream_agent_version @latest_appstream_agent_version end |
#name ⇒ ::String
Returns the value of attribute name.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def name @name end |
#network_access_configuration ⇒ Types::NetworkAccessConfiguration
Returns the value of attribute network_access_configuration.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def network_access_configuration @network_access_configuration end |
#platform ⇒ "WINDOWS", ...
Returns the value of attribute platform.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def platform @platform end |
#root_volume_config ⇒ Types::VolumeConfig
Returns the value of attribute root_volume_config.
1175 1176 1177 |
# File 'sig/types.rbs', line 1175 def root_volume_config @root_volume_config end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def state @state end |
#state_change_reason ⇒ Types::ImageBuilderStateChangeReason
Returns the value of attribute state_change_reason.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def state_change_reason @state_change_reason end |
#vpc_config ⇒ Types::VpcConfig
Returns the value of attribute vpc_config.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def vpc_config @vpc_config end |