Class: Aws::AppStream::Types::DescribeSoftwareAssociationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DescribeSoftwareAssociationsRequest
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#associated_resource ⇒ String
The ARN of the resource to describe software associations.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
Instance Attribute Details
#associated_resource ⇒ String
The ARN of the resource to describe software associations. Possible resources are Image and ImageBuilder.
3213 3214 3215 3216 3217 3218 3219 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3213 class DescribeSoftwareAssociationsRequest < Struct.new( :associated_resource, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
3213 3214 3215 3216 3217 3218 3219 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3213 class DescribeSoftwareAssociationsRequest < Struct.new( :associated_resource, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token to use to retrieve the next page of results for this operation.
3213 3214 3215 3216 3217 3218 3219 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3213 class DescribeSoftwareAssociationsRequest < Struct.new( :associated_resource, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |