Class: Aws::AppSync::Types::GetGraphqlApiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetGraphqlApiRequest
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_id ⇒ String
The API ID for the GraphQL API.
Instance Attribute Details
#api_id ⇒ String
The API ID for the GraphQL API.
2606 2607 2608 2609 2610 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2606 class GetGraphqlApiRequest < Struct.new( :api_id) SENSITIVE = [] include Aws::Structure end |