Class: Aws::AppSync::Types::ListTypesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The API ID.

Returns:

  • (String)


3548
3549
3550
3551
3552
3553
3554
3555
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3548

class ListTypesRequest < Struct.new(
  :api_id,
  :format,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The type format: SDL or JSON.

Returns:

  • (String)


3548
3549
3550
3551
3552
3553
3554
3555
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3548

class ListTypesRequest < Struct.new(
  :api_id,
  :format,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results that you want the request to return.

Returns:

  • (Integer)


3548
3549
3550
3551
3552
3553
3554
3555
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3548

class ListTypesRequest < Struct.new(
  :api_id,
  :format,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An identifier that was returned from the previous call to this operation, which you can use to return the next set of items in the list.

Returns:

  • (String)


3548
3549
3550
3551
3552
3553
3554
3555
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3548

class ListTypesRequest < Struct.new(
  :api_id,
  :format,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end