Class: Aws::AppSync::Types::CreateTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::CreateTypeResponse
- Defined in:
- gems/aws-sdk-appsync/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.
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 |