Class: Aws::AppSync::Types::UpdateApiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UpdateApiResponse
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api ⇒ Types::Api
The
Api
object.
Instance Attribute Details
#api ⇒ Types::Api
The Api
object.
5120 5121 5122 5123 5124 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 5120 class UpdateApiResponse < Struct.new( :api) SENSITIVE = [] include Aws::Structure end |