Class: Aws::NimbleStudio::Types::ListLaunchProfilesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ListLaunchProfilesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The max number of results to return in the response.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
-
#principal_id ⇒ String
The principal ID.
-
#states ⇒ Array<String>
Filter this request to launch profiles in any of the given states.
-
#studio_id ⇒ String
The studio ID.
Instance Attribute Details
#max_results ⇒ Integer
The max number of results to return in the response.
1781 1782 1783 1784 1785 1786 1787 1788 1789 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1781 class ListLaunchProfilesRequest < Struct.new( :max_results, :next_token, :principal_id, :states, :studio_id) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
1781 1782 1783 1784 1785 1786 1787 1788 1789 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1781 class ListLaunchProfilesRequest < Struct.new( :max_results, :next_token, :principal_id, :states, :studio_id) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The principal ID. This currently supports a IAM Identity Center UserId.
1781 1782 1783 1784 1785 1786 1787 1788 1789 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1781 class ListLaunchProfilesRequest < Struct.new( :max_results, :next_token, :principal_id, :states, :studio_id) SENSITIVE = [] include Aws::Structure end |
#states ⇒ Array<String>
Filter this request to launch profiles in any of the given states.
1781 1782 1783 1784 1785 1786 1787 1788 1789 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1781 class ListLaunchProfilesRequest < Struct.new( :max_results, :next_token, :principal_id, :states, :studio_id) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
1781 1782 1783 1784 1785 1786 1787 1788 1789 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1781 class ListLaunchProfilesRequest < Struct.new( :max_results, :next_token, :principal_id, :states, :studio_id) SENSITIVE = [] include Aws::Structure end |