Class: Aws::NimbleStudio::Types::ListStudioComponentsRequest

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)


1967
1968
1969
1970
1971
1972
1973
1974
1975
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1967

class ListStudioComponentsRequest < Struct.new(
  :max_results,
  :next_token,
  :states,
  :studio_id,
  :types)
  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)


1967
1968
1969
1970
1971
1972
1973
1974
1975
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1967

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

#statesArray<String>

Filters the request to studio components that are in one of the given states.

Returns:

  • (Array<String>)


1967
1968
1969
1970
1971
1972
1973
1974
1975
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1967

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

#studio_idString

The studio ID.

Returns:

  • (String)


1967
1968
1969
1970
1971
1972
1973
1974
1975
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1967

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

#typesArray<String>

Filters the request to studio components that are of one of the given types.

Returns:

  • (Array<String>)


1967
1968
1969
1970
1971
1972
1973
1974
1975
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1967

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