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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

Describes a stack.

Instance Attribute Summary collapse

Instance Attribute Details

#application_settingsTypes::ApplicationSettingsResponse

The persistent application settings for users of the stack.



2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
# File 'lib/aws-sdk-appstream/types.rb', line 2467

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings)
  include Aws::Structure
end

#arnString

The ARN of the stack.

Returns:

  • (String)


2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
# File 'lib/aws-sdk-appstream/types.rb', line 2467

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings)
  include Aws::Structure
end

#created_timeTime

The time the stack was created.

Returns:

  • (Time)


2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
# File 'lib/aws-sdk-appstream/types.rb', line 2467

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings)
  include Aws::Structure
end

#descriptionString

The description to display.

Returns:

  • (String)


2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
# File 'lib/aws-sdk-appstream/types.rb', line 2467

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings)
  include Aws::Structure
end

#display_nameString

The stack name to display.

Returns:

  • (String)


2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
# File 'lib/aws-sdk-appstream/types.rb', line 2467

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings)
  include Aws::Structure
end

#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)


2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
# File 'lib/aws-sdk-appstream/types.rb', line 2467

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings)
  include Aws::Structure
end

#nameString

The name of the stack.

Returns:

  • (String)


2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
# File 'lib/aws-sdk-appstream/types.rb', line 2467

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings)
  include Aws::Structure
end

#redirect_urlString

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

Returns:

  • (String)


2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
# File 'lib/aws-sdk-appstream/types.rb', line 2467

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings)
  include Aws::Structure
end

#stack_errorsArray<Types::StackError>

The errors for the stack.

Returns:



2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
# File 'lib/aws-sdk-appstream/types.rb', line 2467

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings)
  include Aws::Structure
end

#storage_connectorsArray<Types::StorageConnector>

The storage connectors to enable.

Returns:



2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
# File 'lib/aws-sdk-appstream/types.rb', line 2467

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings)
  include Aws::Structure
end

#user_settingsArray<Types::UserSetting>

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

Returns:



2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
# File 'lib/aws-sdk-appstream/types.rb', line 2467

class Stack < Struct.new(
  :arn,
  :name,
  :description,
  :display_name,
  :created_time,
  :storage_connectors,
  :redirect_url,
  :feedback_url,
  :stack_errors,
  :user_settings,
  :application_settings)
  include Aws::Structure
end