Class: Aws::AppStream::Types::Stack
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::Stack
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Describes a stack.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_endpoints ⇒ Array<Types::AccessEndpoint>
The list of virtual private cloud (VPC) interface endpoint objects.
-
#application_settings ⇒ Types::ApplicationSettingsResponse
The persistent application settings for users of the stack.
-
#arn ⇒ String
The ARN of the stack.
-
#created_time ⇒ Time
The time the stack was created.
-
#description ⇒ String
The description to display.
-
#display_name ⇒ 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.
-
#feedback_url ⇒ String
The URL that users are redirected to after they click the Send Feedback link.
-
#name ⇒ String
The name of the stack.
-
#redirect_url ⇒ String
The URL that users are redirected to after their streaming session ends.
-
#stack_errors ⇒ Array<Types::StackError>
The errors for the stack.
-
#storage_connectors ⇒ Array<Types::StorageConnector>
The storage connectors to enable.
-
#user_settings ⇒ Array<Types::UserSetting>
The actions that are enabled or disabled for users during their streaming sessions.
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.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3468 class Stack < Struct.new( :arn, :name, :description, :display_name, :created_time, :storage_connectors, :redirect_url, :feedback_url, :stack_errors, :user_settings, :application_settings, :access_endpoints, :embed_host_domains) SENSITIVE = [] include Aws::Structure end |
#application_settings ⇒ Types::ApplicationSettingsResponse
The persistent application settings for users of the stack.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3468 class Stack < Struct.new( :arn, :name, :description, :display_name, :created_time, :storage_connectors, :redirect_url, :feedback_url, :stack_errors, :user_settings, :application_settings, :access_endpoints, :embed_host_domains) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The ARN of the stack.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3468 class Stack < Struct.new( :arn, :name, :description, :display_name, :created_time, :storage_connectors, :redirect_url, :feedback_url, :stack_errors, :user_settings, :application_settings, :access_endpoints, :embed_host_domains) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The time the stack was created.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3468 class Stack < Struct.new( :arn, :name, :description, :display_name, :created_time, :storage_connectors, :redirect_url, :feedback_url, :stack_errors, :user_settings, :application_settings, :access_endpoints, :embed_host_domains) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description to display.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3468 class Stack < Struct.new( :arn, :name, :description, :display_name, :created_time, :storage_connectors, :redirect_url, :feedback_url, :stack_errors, :user_settings, :application_settings, :access_endpoints, :embed_host_domains) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The stack name to display.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3468 class Stack < Struct.new( :arn, :name, :description, :display_name, :created_time, :storage_connectors, :redirect_url, :feedback_url, :stack_errors, :user_settings, :application_settings, :access_endpoints, :embed_host_domains) SENSITIVE = [] include Aws::Structure end |
#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.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3468 class Stack < Struct.new( :arn, :name, :description, :display_name, :created_time, :storage_connectors, :redirect_url, :feedback_url, :stack_errors, :user_settings, :application_settings, :access_endpoints, :embed_host_domains) SENSITIVE = [] include Aws::Structure end |
#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.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3468 class Stack < Struct.new( :arn, :name, :description, :display_name, :created_time, :storage_connectors, :redirect_url, :feedback_url, :stack_errors, :user_settings, :application_settings, :access_endpoints, :embed_host_domains) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the stack.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3468 class Stack < Struct.new( :arn, :name, :description, :display_name, :created_time, :storage_connectors, :redirect_url, :feedback_url, :stack_errors, :user_settings, :application_settings, :access_endpoints, :embed_host_domains) SENSITIVE = [] include Aws::Structure end |
#redirect_url ⇒ String
The URL that users are redirected to after their streaming session ends.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3468 class Stack < Struct.new( :arn, :name, :description, :display_name, :created_time, :storage_connectors, :redirect_url, :feedback_url, :stack_errors, :user_settings, :application_settings, :access_endpoints, :embed_host_domains) SENSITIVE = [] include Aws::Structure end |
#stack_errors ⇒ Array<Types::StackError>
The errors for the stack.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3468 class Stack < Struct.new( :arn, :name, :description, :display_name, :created_time, :storage_connectors, :redirect_url, :feedback_url, :stack_errors, :user_settings, :application_settings, :access_endpoints, :embed_host_domains) SENSITIVE = [] include Aws::Structure end |
#storage_connectors ⇒ Array<Types::StorageConnector>
The storage connectors to enable.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3468 class Stack < Struct.new( :arn, :name, :description, :display_name, :created_time, :storage_connectors, :redirect_url, :feedback_url, :stack_errors, :user_settings, :application_settings, :access_endpoints, :embed_host_domains) SENSITIVE = [] include Aws::Structure end |
#user_settings ⇒ Array<Types::UserSetting>
The actions that are enabled or disabled for users during their streaming sessions. By default these actions are enabled.
3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3468 class Stack < Struct.new( :arn, :name, :description, :display_name, :created_time, :storage_connectors, :redirect_url, :feedback_url, :stack_errors, :user_settings, :application_settings, :access_endpoints, :embed_host_domains) SENSITIVE = [] include Aws::Structure end |