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

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

#associated_resourceString

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

Returns:

  • (String)


3408
3409
3410
3411
3412
3413
3414
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3408

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:

  • (Integer)


3408
3409
3410
3411
3412
3413
3414
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3408

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:

  • (String)


3408
3409
3410
3411
3412
3413
3414
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3408

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