Class: Aws::AppStream::Types::AppBlock

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The ARN of the app block.

Returns:

  • (String)


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_timeTime

The created time of the app block.

Returns:

  • (Time)


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

#descriptionString

The description of the app block.

Returns:

  • (String)


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_nameString

The display name of the app block.

Returns:

  • (String)


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

#nameString

The name of the app block.

Returns:

  • (String)


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_detailsTypes::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_locationTypes::S3Location

The source S3 location of the app block.

Returns:



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