Class: Aws::AppStream::Types::AppBlock
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::AppBlock
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Describes an app block.
App blocks are an Amazon AppStream 2.0 resource that stores the details about the virtual hard disk in an S3 bucket. It also stores the setup script with details about how to mount the virtual hard disk. The virtual hard disk includes the application binaries and other files necessary to launch your applications. Multiple applications can be assigned to a single app block.
This is only supported for Elastic fleets.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The ARN of the app block.
-
#created_time ⇒ Time
The created time of the app block.
-
#description ⇒ String
The description of the app block.
-
#display_name ⇒ String
The display name of the app block.
-
#name ⇒ String
The name of the app block.
-
#setup_script_details ⇒ Types::ScriptDetails
The setup script details of the app block.
-
#source_s3_location ⇒ Types::S3Location
The source S3 location of the app block.
Instance Attribute Details
#arn ⇒ String
The ARN of the app block.
80 81 82 83 84 85 86 87 88 89 90 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 80 class AppBlock < Struct.new( :name, :arn, :description, :display_name, :source_s3_location, :setup_script_details, :created_time) SENSITIVE = [] include Aws::Structure end |
#created_time ⇒ Time
The created time of the app block.
80 81 82 83 84 85 86 87 88 89 90 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 80 class AppBlock < Struct.new( :name, :arn, :description, :display_name, :source_s3_location, :setup_script_details, :created_time) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the app block.
80 81 82 83 84 85 86 87 88 89 90 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 80 class AppBlock < Struct.new( :name, :arn, :description, :display_name, :source_s3_location, :setup_script_details, :created_time) SENSITIVE = [] include Aws::Structure end |
#display_name ⇒ String
The display name of the app block.
80 81 82 83 84 85 86 87 88 89 90 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 80 class AppBlock < Struct.new( :name, :arn, :description, :display_name, :source_s3_location, :setup_script_details, :created_time) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the app block.
80 81 82 83 84 85 86 87 88 89 90 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 80 class AppBlock < Struct.new( :name, :arn, :description, :display_name, :source_s3_location, :setup_script_details, :created_time) SENSITIVE = [] include Aws::Structure end |
#setup_script_details ⇒ Types::ScriptDetails
The setup script details of the app block.
80 81 82 83 84 85 86 87 88 89 90 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 80 class AppBlock < Struct.new( :name, :arn, :description, :display_name, :source_s3_location, :setup_script_details, :created_time) SENSITIVE = [] include Aws::Structure end |
#source_s3_location ⇒ Types::S3Location
The source S3 location of the app block.
80 81 82 83 84 85 86 87 88 89 90 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 80 class AppBlock < Struct.new( :name, :arn, :description, :display_name, :source_s3_location, :setup_script_details, :created_time) SENSITIVE = [] include Aws::Structure end |