Class: Aws::AppSync::Types::UpdateTypeResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UpdateTypeResponse
- Includes:
- Structure
- Defined in:
- 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.
5666 5667 5668 5669 5670 |
# File 'lib/aws-sdk-appsync/types.rb', line 5666 class UpdateTypeResponse < Struct.new( :type) SENSITIVE = [] include Aws::Structure end |