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)


2779
2780
2781
2782
2783
2784
2785
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2779

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

#formatString

The type format: SDL or JSON.

Returns:

  • (String)


2779
2780
2781
2782
2783
2784
2785
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2779

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

#type_nameString

The type name.

Returns:

  • (String)


2779
2780
2781
2782
2783
2784
2785
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2779

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