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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3237
3238
3239
3240
3241
3242
3243
# File 'lib/aws-sdk-appsync/types.rb', line 3237

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

#formatString

The type format: SDL or JSON.

Returns:

  • (String)


3237
3238
3239
3240
3241
3242
3243
# File 'lib/aws-sdk-appsync/types.rb', line 3237

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

#type_nameString

The type name.

Returns:

  • (String)


3237
3238
3239
3240
3241
3242
3243
# File 'lib/aws-sdk-appsync/types.rb', line 3237

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