Class: Aws::AppSync::Types::CreateTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::CreateTypeResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#type ⇒ Types::Type
The ‘Type` object.
Instance Attribute Details
#type ⇒ Types::Type
The ‘Type` object.
1662 1663 1664 1665 1666 |
# File 'lib/aws-sdk-appsync/types.rb', line 1662 class CreateTypeResponse < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |