Class: Aws::AppSync::Types::GetGraphqlApiRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::GetGraphqlApiRequest
- Includes:
- Structure
- Defined in:
- 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.
3064 3065 3066 3067 3068 |
# File 'lib/aws-sdk-appsync/types.rb', line 3064 class GetGraphqlApiRequest < Struct.new( :api_id) SENSITIVE = [] include Aws::Structure end |