Class: Aws::AppStream::Types::CreateAppBlockRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the app block.

Returns:

  • (String)


1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1160

class CreateAppBlockRequest < Struct.new(
  :name,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :tags,
  :post_setup_script_details,
  :packaging_type)
  SENSITIVE = []
  include Aws::Structure
end

#display_nameString

The display name of the app block. This is not displayed to the user.

Returns:

  • (String)


1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1160

class CreateAppBlockRequest < Struct.new(
  :name,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :tags,
  :post_setup_script_details,
  :packaging_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the app block.

Returns:

  • (String)


1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1160

class CreateAppBlockRequest < Struct.new(
  :name,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :tags,
  :post_setup_script_details,
  :packaging_type)
  SENSITIVE = []
  include Aws::Structure
end

#packaging_typeString

The packaging type of the app block.

Returns:

  • (String)


1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1160

class CreateAppBlockRequest < Struct.new(
  :name,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :tags,
  :post_setup_script_details,
  :packaging_type)
  SENSITIVE = []
  include Aws::Structure
end

#post_setup_script_detailsTypes::ScriptDetails

The post setup script details of the app block. This can only be provided for the APPSTREAM2 PackagingType.



1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1160

class CreateAppBlockRequest < Struct.new(
  :name,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :tags,
  :post_setup_script_details,
  :packaging_type)
  SENSITIVE = []
  include Aws::Structure
end

#setup_script_detailsTypes::ScriptDetails

The setup script details of the app block. This must be provided for the CUSTOM PackagingType.



1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1160

class CreateAppBlockRequest < Struct.new(
  :name,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :tags,
  :post_setup_script_details,
  :packaging_type)
  SENSITIVE = []
  include Aws::Structure
end

#source_s3_locationTypes::S3Location

The source S3 location of the app block.

Returns:



1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1160

class CreateAppBlockRequest < Struct.new(
  :name,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :tags,
  :post_setup_script_details,
  :packaging_type)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags assigned to the app block.

Returns:

  • (Hash<String,String>)


1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 1160

class CreateAppBlockRequest < Struct.new(
  :name,
  :description,
  :display_name,
  :source_s3_location,
  :setup_script_details,
  :tags,
  :post_setup_script_details,
  :packaging_type)
  SENSITIVE = []
  include Aws::Structure
end