Class: Aws::NimbleStudio::Types::ListStudioComponentsResponse

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

#next_tokenString

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

Returns:

  • (String)


1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1988

class ListStudioComponentsResponse < Struct.new(
  :next_token,
  :studio_components)
  SENSITIVE = []
  include Aws::Structure
end

#studio_componentsArray<Types::StudioComponent>

A collection of studio components.

Returns:



1988
1989
1990
1991
1992
1993
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1988

class ListStudioComponentsResponse < Struct.new(
  :next_token,
  :studio_components)
  SENSITIVE = []
  include Aws::Structure
end