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_endpointsArray<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_settingsTypes::ApplicationSettingsResponse

The persistent application settings for users of the stack.

Returns:

#arnString

The ARN of the stack.

Returns:

  • (String)

    The ARN of the stack.

#created_timeTime

The time the stack was created.

Returns:

  • (Time)

    The time the stack was created.

#descriptionString

The description to display.

Returns:

  • (String)

    The description to display.

#display_nameString

The stack name to display.

Returns:

  • (String)

    The stack name to display.

#embed_host_domainsArray<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_urlString

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.

#nameString

The name of the stack.

Returns:

  • (String)

    The name of the stack.

#redirect_urlString

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_errorsArray<Types::StackError>

The errors for the stack.

Returns:

#storage_connectorsArray<Types::StorageConnector>

The storage connectors to enable.

Returns:

#user_settingsArray<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.