Class: Aws::Types::ImageBuilder

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_endpoints::Array[Types::AccessEndpoint]

Returns the value of attribute access_endpoints.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1158
1159
1160
# File 'sig/types.rbs', line 1158

def arn
  @arn
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def created_time
  @created_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1160
1161
1162
# File 'sig/types.rbs', line 1160

def description
  @description
end

#disable_imdsv1Boolean

Returns the value of attribute disable_imdsv1.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1161
1162
1163
# File 'sig/types.rbs', line 1161

def display_name
  @display_name
end

#domain_join_infoTypes::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_accessBoolean

Returns the value of attribute enable_default_internet_access.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • ("TRUE", "FALSE")


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.

Returns:

  • (::String)


1157
1158
1159
# File 'sig/types.rbs', line 1157

def name
  @name
end

#network_access_configurationTypes::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.

Returns:

  • ("WINDOWS", "WINDOWS_SERVER_2016", "WINDOWS_SERVER_2019", "WINDOWS_SERVER_2022", "WINDOWS_SERVER_2025", "AMAZON_LINUX2", "RHEL8", "ROCKY_LINUX8", "UBUNTU_PRO_2404")


1164
1165
1166
# File 'sig/types.rbs', line 1164

def platform
  @platform
end

#root_volume_configTypes::VolumeConfig

Returns the value of attribute root_volume_config.

Returns:



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.

Returns:

  • ("PENDING", "UPDATING_AGENT", "RUNNING", "STOPPING", "STOPPED", "REBOOTING", "SNAPSHOTTING", "DELETING", "FAILED", "UPDATING", "PENDING_QUALIFICATION", "PENDING_SYNCING_APPS", "SYNCING_APPS", "PENDING_IMAGE_IMPORT")


1166
1167
1168
# File 'sig/types.rbs', line 1166

def state
  @state
end

#state_change_reasonTypes::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_configTypes::VpcConfig

Returns the value of attribute vpc_config.

Returns:



1162
1163
1164
# File 'sig/types.rbs', line 1162

def vpc_config
  @vpc_config
end