You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppStream::Types::Stack

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Describes a stack.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#access_endpoints ⇒ Array<Types::AccessEndpoint>

The list of virtual private cloud (VPC) interface endpoint objects. Users of the stack can connect to AppStream 2.0 only through the specified endpoints.

Returns:

#application_settings ⇒ Types::ApplicationSettingsResponse

The persistent application settings for users of the stack.

Returns:

#arn ⇒ String

The ARN of the stack.

Returns:

  • (String) —

    The ARN of the stack.

#created_time ⇒ Time

The time the stack was created.

Returns:

  • (Time) —

    The time the stack was created.

#description ⇒ String

The description to display.

Returns:

  • (String) —

    The description to display.

#display_name ⇒ String

The stack name to display.

Returns:

  • (String) —

    The stack name to display.

#embed_host_domains ⇒ Array<String>

The domains where AppStream 2.0 streaming sessions can be embedded in an iframe. You must approve the domains that you want to host embedded AppStream 2.0 streaming sessions.

Returns:

  • (Array<String>) —

    The domains where AppStream 2.0 streaming sessions can be embedded in an iframe.

#feedback_url ⇒ 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.

Returns:

  • (String) —

    The URL that users are redirected to after they click the Send Feedback link.

#name ⇒ String

The name of the stack.

Returns:

  • (String) —

    The name of the stack.

#redirect_url ⇒ String

The URL that users are redirected to after their streaming session ends.

Returns:

  • (String) —

    The URL that users are redirected to after their streaming session ends.

#stack_errors ⇒ Array<Types::StackError>

The errors for the stack.

Returns:

#storage_connectors ⇒ Array<Types::StorageConnector>

The storage connectors to enable.

Returns:

#user_settings ⇒ Array<Types::UserSetting>

The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.

Returns:

  • (Array<Types::UserSetting>) —

    The actions that are enabled or disabled for users during their streaming sessions.