Class: Aws::NimbleStudio::Types::ListEulaAcceptancesRequest

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 have been previously accepted.

Returns:

  • (Array<String>)


1648
1649
1650
1651
1652
1653
1654
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1648

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


1648
1649
1650
1651
1652
1653
1654
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1648

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

#studio_idString

The studio ID.

Returns:

  • (String)


1648
1649
1650
1651
1652
1653
1654
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1648

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