Class: Aws::AppSync::Types::GetApiResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetApiResponse
- 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.
2889 2890 2891 2892 2893 |
# File 'lib/aws-sdk-appsync/types.rb', line 2889 class GetApiResponse < Struct.new( :api) SENSITIVE = [] include Aws::Structure end |