Class: Aws::AppSync::Types::GetApiResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apiTypes::Api

The Api object.

Returns:



2851
2852
2853
2854
2855
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2851

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