Class: Aws::AppStream::Types::SoftwareAssociations

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

Instance Attribute Details

#deployment_errorArray<Types::ErrorDetails>

The error details for failed deployments of the license-included application.

Returns:



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_nameString

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

Returns:

  • (String)


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

#statusString

The deployment status of the license-included application.

Returns:

  • (String)


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