Class: Aws::AppStream::Types::DescribeSoftwareAssociationsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#associated_resourceString

The ARN of the resource to describe software associations. Possible resources are Image and ImageBuilder.

Returns:



3444
3445
3446
3447
3448
3449
3450
# File 'lib/aws-sdk-appstream/types.rb', line 3444

class DescribeSoftwareAssociationsRequest < Struct.new(
  :associated_resource,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:



3444
3445
3446
3447
3448
3449
3450
# File 'lib/aws-sdk-appstream/types.rb', line 3444

class DescribeSoftwareAssociationsRequest < Struct.new(
  :associated_resource,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The pagination token to use to retrieve the next page of results for this operation.

Returns:



3444
3445
3446
3447
3448
3449
3450
# File 'lib/aws-sdk-appstream/types.rb', line 3444

class DescribeSoftwareAssociationsRequest < Struct.new(
  :associated_resource,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end