Class: Aws::NimbleStudio::Types::ListEulasRequest

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

#eula_idsArray<String>

The list of EULA IDs that should be returned

Returns:

  • (Array<String>)


1685
1686
1687
1688
1689
1690
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1685

class ListEulasRequest < Struct.new(
  :eula_ids,
  :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)


1685
1686
1687
1688
1689
1690
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1685

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