Class: Aws::NimbleStudio::Types::ListLaunchProfileMembersRequest

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

#launch_profile_idString

The ID of the launch profile used to control access from the streaming session.

Returns:

  • (String)


1730
1731
1732
1733
1734
1735
1736
1737
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1730

class ListLaunchProfileMembersRequest < Struct.new(
  :launch_profile_id,
  :max_results,
  :next_token,
  :studio_id)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The max number of results to return in the response.

Returns:

  • (Integer)


1730
1731
1732
1733
1734
1735
1736
1737
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1730

class ListLaunchProfileMembersRequest < Struct.new(
  :launch_profile_id,
  :max_results,
  :next_token,
  :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)


1730
1731
1732
1733
1734
1735
1736
1737
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1730

class ListLaunchProfileMembersRequest < Struct.new(
  :launch_profile_id,
  :max_results,
  :next_token,
  :studio_id)
  SENSITIVE = []
  include Aws::Structure
end

#studio_idString

The studio ID.

Returns:

  • (String)


1730
1731
1732
1733
1734
1735
1736
1737
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1730

class ListLaunchProfileMembersRequest < Struct.new(
  :launch_profile_id,
  :max_results,
  :next_token,
  :studio_id)
  SENSITIVE = []
  include Aws::Structure
end