Class: Aws::NimbleStudio::Types::ListStudiosResponse

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)


2060
2061
2062
2063
2064
2065
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2060

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

#studiosArray<Types::Studio>

A collection of studios.

Returns:



2060
2061
2062
2063
2064
2065
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 2060

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