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

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

#typeTypes::Type

The ‘Type` object.

Returns:



1662
1663
1664
1665
1666
# File 'lib/aws-sdk-appsync/types.rb', line 1662

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