Class: Aws::NimbleStudio::Types::ListEulasResponse

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

#eulasArray<Types::Eula>

A collection of EULA resources.

Returns:



1703
1704
1705
1706
1707
1708
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1703

class ListEulasResponse < Struct.new(
  :eulas,
  :next_token)
  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)


1703
1704
1705
1706
1707
1708
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1703

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