Class: Aws::AppSync::Types::GetApiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetApiResponse
- 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.
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 |