Class: Aws::AppStream::Types::SoftwareAssociations
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::SoftwareAssociations
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
The association between a license-included application and a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#deployment_error ⇒ Array<Types::ErrorDetails>
The error details for failed deployments of the license-included application.
-
#software_name ⇒ String
The name of the license-included application.
-
#status ⇒ String
The deployment status of the license-included application.
Instance Attribute Details
#deployment_error ⇒ Array<Types::ErrorDetails>
The error details for failed deployments of the license-included application.
5290 5291 5292 5293 5294 5295 5296 |
# File 'lib/aws-sdk-appstream/types.rb', line 5290 class SoftwareAssociations < Struct.new( :software_name, :status, :deployment_error) SENSITIVE = [] include Aws::Structure end |
#software_name ⇒ String
The name of the license-included application.
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
5290 5291 5292 5293 5294 5295 5296 |
# File 'lib/aws-sdk-appstream/types.rb', line 5290 class SoftwareAssociations < Struct.new( :software_name, :status, :deployment_error) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The deployment status of the license-included application.
5290 5291 5292 5293 5294 5295 5296 |
# File 'lib/aws-sdk-appstream/types.rb', line 5290 class SoftwareAssociations < Struct.new( :software_name, :status, :deployment_error) SENSITIVE = [] include Aws::Structure end |