Class: Aws::AppSync::Types::UpdateApiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::UpdateApiResponse
- Includes:
- Structure
- Defined in:
- 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.
5219 5220 5221 5222 5223 |
# File 'lib/aws-sdk-appsync/types.rb', line 5219 class UpdateApiResponse < Struct.new( :api) SENSITIVE = [] include Aws::Structure end |