Class: Aws::NimbleStudio::Types::ListLaunchProfilesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The max number of results to return in the response.

Returns:

  • (Integer)


1781
1782
1783
1784
1785
1786
1787
1788
1789
# File 'gems/aws-sdk-nimblestudio/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_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


1781
1782
1783
1784
1785
1786
1787
1788
1789
# File 'gems/aws-sdk-nimblestudio/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_idString

The principal ID. This currently supports a IAM Identity Center UserId.

Returns:

  • (String)


1781
1782
1783
1784
1785
1786
1787
1788
1789
# File 'gems/aws-sdk-nimblestudio/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

#statesArray<String>

Filter this request to launch profiles in any of the given states.

Returns:

  • (Array<String>)


1781
1782
1783
1784
1785
1786
1787
1788
1789
# File 'gems/aws-sdk-nimblestudio/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_idString

The studio ID.

Returns:

  • (String)


1781
1782
1783
1784
1785
1786
1787
1788
1789
# File 'gems/aws-sdk-nimblestudio/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