Class: Aws::AppSync::Types::GetTypeRequest

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)


3280
3281
3282
3283
3284
3285
3286
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3280

class GetTypeRequest < Struct.new(
  :api_id,
  :type_name,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The type format: SDL or JSON.

Returns:

  • (String)


3280
3281
3282
3283
3284
3285
3286
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3280

class GetTypeRequest < Struct.new(
  :api_id,
  :type_name,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#type_nameString

The type name.

Returns:

  • (String)


3280
3281
3282
3283
3284
3285
3286
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3280

class GetTypeRequest < Struct.new(
  :api_id,
  :type_name,
  :format)
  SENSITIVE = []
  include Aws::Structure
end