Class: Aws::AppStream::Types::DisassociateSoftwareFromImageBuilderRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DisassociateSoftwareFromImageBuilderRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_builder_name ⇒ String
The name of the target image builder instance.
-
#software_names ⇒ Array<String>
The list of license included applications to disassociate from the image builder.
Instance Attribute Details
#image_builder_name ⇒ String
The name of the target image builder instance.
3669 3670 3671 3672 3673 3674 |
# File 'lib/aws-sdk-appstream/types.rb', line 3669 class DisassociateSoftwareFromImageBuilderRequest < Struct.new( :image_builder_name, :software_names) SENSITIVE = [] include Aws::Structure end |
#software_names ⇒ Array<String>
The list of license included applications to disassociate from the image builder.
Possible values include the following:
-
Microsoft_Office_2021_LTSC_Professional_Plus_32Bit
-
Microsoft_Office_2021_LTSC_Professional_Plus_64Bit
-
Microsoft_Office_2024_LTSC_Professional_Plus_32Bit
-
Microsoft_Office_2024_LTSC_Professional_Plus_64Bit
-
Microsoft_Visio_2021_LTSC_Professional_32Bit
-
Microsoft_Visio_2021_LTSC_Professional_64Bit
-
Microsoft_Visio_2024_LTSC_Professional_32Bit
-
Microsoft_Visio_2024_LTSC_Professional_64Bit
-
Microsoft_Project_2021_Professional_32Bit
-
Microsoft_Project_2021_Professional_64Bit
-
Microsoft_Project_2024_Professional_32Bit
-
Microsoft_Project_2024_Professional_64Bit
-
Microsoft_Office_2021_LTSC_Standard_32Bit
-
Microsoft_Office_2021_LTSC_Standard_64Bit
-
Microsoft_Office_2024_LTSC_Standard_32Bit
-
Microsoft_Office_2024_LTSC_Standard_64Bit
-
Microsoft_Visio_2021_LTSC_Standard_32Bit
-
Microsoft_Visio_2021_LTSC_Standard_64Bit
-
Microsoft_Visio_2024_LTSC_Standard_32Bit
-
Microsoft_Visio_2024_LTSC_Standard_64Bit
-
Microsoft_Project_2021_Standard_32Bit
-
Microsoft_Project_2021_Standard_64Bit
-
Microsoft_Project_2024_Standard_32Bit
-
Microsoft_Project_2024_Standard_64Bit
3669 3670 3671 3672 3673 3674 |
# File 'lib/aws-sdk-appstream/types.rb', line 3669 class DisassociateSoftwareFromImageBuilderRequest < Struct.new( :image_builder_name, :software_names) SENSITIVE = [] include Aws::Structure end |