Class: Aws::AppSync::Types::CreateTypeResponse

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

#typeTypes::Type

The Type object.

Returns:



1344
1345
1346
1347
1348
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1344

class CreateTypeResponse < Struct.new(
  :type)
  SENSITIVE = []
  include Aws::Structure
end