[−][src]Struct rusoto_appstream::ImageBuilder
Describes a streaming instance used for editing an image. New images are created from a snapshot through an image builder.
Fields
appstream_agent_version: Option<String>
The version of the AppStream 2.0 agent that is currently being used by this image builder.
arn: Option<String>
The ARN for the image builder.
created_time: Option<f64>
The time stamp when the image builder was created.
description: Option<String>
The description for display.
display_name: Option<String>
The image builder name for display.
domain_join_info: Option<DomainJoinInfo>
The information needed to join a Microsoft Active Directory domain.
enable_default_internet_access: Option<bool>
Enables or disables default internet access for the image builder.
image_arn: Option<String>
The ARN of the image from which this builder was created.
image_builder_errors: Option<Vec<ResourceError>>
The image builder errors.
instance_type: Option<String>
The instance type for the image builder.
name: String
The name of the image builder.
platform: Option<String>
The operating system platform of the image builder.
state: Option<String>
The state of the image builder.
state_change_reason: Option<ImageBuilderStateChangeReason>
The reason why the last state change occurred.
vpc_config: Option<VpcConfig>
The VPC configuration of the image builder.
Trait Implementations
impl Default for ImageBuilder[src]
impl Default for ImageBuilderfn default() -> ImageBuilder[src]
fn default() -> ImageBuilderReturns the "default value" for a type. Read more
impl PartialEq<ImageBuilder> for ImageBuilder[src]
impl PartialEq<ImageBuilder> for ImageBuilderfn eq(&self, other: &ImageBuilder) -> bool[src]
fn eq(&self, other: &ImageBuilder) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ImageBuilder) -> bool[src]
fn ne(&self, other: &ImageBuilder) -> boolThis method tests for !=.
impl Clone for ImageBuilder[src]
impl Clone for ImageBuilderfn clone(&self) -> ImageBuilder[src]
fn clone(&self) -> ImageBuilderReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Debug for ImageBuilder[src]
impl Debug for ImageBuilderfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<'de> Deserialize<'de> for ImageBuilder[src]
impl<'de> Deserialize<'de> for ImageBuilderfn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl Send for ImageBuilder
impl Send for ImageBuilderimpl Sync for ImageBuilder
impl Sync for ImageBuilderBlanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, type Owned = T
fn to_owned(&self) -> T[src]
fn to_owned(&self) -> TCreates owned data from borrowed data, usually by cloning. Read more
fn clone_into(&self, target: &mut T)[src]
fn clone_into(&self, target: &mut T)🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<T> From for T[src]
impl<T> From for Timpl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>try_from)Performs the conversion.
impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut TMutably borrows from an owned value. Read more
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>try_from)Performs the conversion.
impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeId🔬 This is a nightly-only experimental API. (get_type_id)
this method will likely be replaced by an associated static
Gets the TypeId of self. Read more
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: Deserialize<'de>, impl<T> Same for T
impl<T> Same for Ttype Output = T
Should always be Self
impl<T> Erased for T
impl<T> Erased for T