Class: Aws::AppSync::Types::UpdateApiResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appsync/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apiTypes::Api

The ‘Api` object.

Returns:



5072
5073
5074
5075
5076
# File 'lib/aws-sdk-appsync/types.rb', line 5072

class UpdateApiResponse < Struct.new(
  :api)
  SENSITIVE = []
  include Aws::Structure
end