Class: Aws::AppSync::Types::UpdateTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UpdateTypeResponse
- 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 updated
Type
object.
Instance Attribute Details
#type ⇒ Types::Type
The updated Type
object.
5714 5715 5716 5717 5718 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5714 class UpdateTypeResponse < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |