Struct rusoto_appstream::CreateImageBuilderStreamingURLRequest[][src]

pub struct CreateImageBuilderStreamingURLRequest {
    pub name: String,
    pub validity: Option<i64>,
}

Fields

The name of the image builder.

The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.

Trait Implementations

impl Default for CreateImageBuilderStreamingURLRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for CreateImageBuilderStreamingURLRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateImageBuilderStreamingURLRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CreateImageBuilderStreamingURLRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations