[−][src]Struct rusoto_appstream::CreateStackRequest
Fields
application_settings: Option<ApplicationSettings>
The persistent application settings for users of a stack. When these settings are enabled, changes that users make to applications and Windows settings are automatically saved after each session and applied to the next session.
description: Option<String>
The description to display.
display_name: Option<String>
The stack name to display.
feedback_url: Option<String>
The URL that users are redirected to after they click the Send Feedback link. If no URL is specified, no Send Feedback link is displayed.
name: String
The name of the stack.
redirect_url: Option<String>
The URL that users are redirected to after their streaming session ends.
storage_connectors: Option<Vec<StorageConnector>>
The storage connectors to enable.
The tags to associate with the stack. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.
If you do not specify a value, the value is set to an empty string.
Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following special characters:
_ . : / = + \ - @
For more information about tags, see Tagging Your Resources in the Amazon AppStream 2.0 Developer Guide.
user_settings: Option<Vec<UserSetting>>
The actions that are enabled or disabled for users during their streaming sessions. By default, these actions are enabled.
Trait Implementations
impl PartialEq<CreateStackRequest> for CreateStackRequest
[src]
fn eq(&self, other: &CreateStackRequest) -> bool
[src]
fn ne(&self, other: &CreateStackRequest) -> bool
[src]
impl Default for CreateStackRequest
[src]
fn default() -> CreateStackRequest
[src]
impl Clone for CreateStackRequest
[src]
fn clone(&self) -> CreateStackRequest
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for CreateStackRequest
[src]
impl Serialize for CreateStackRequest
[src]
Auto Trait Implementations
impl Send for CreateStackRequest
impl Sync for CreateStackRequest
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
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]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
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]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self