Class: Aws::AppSync::Types::GetGraphqlApiRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The API ID for the GraphQL API.

Returns:

  • (String)


2606
2607
2608
2609
2610
# File 'lib/aws-sdk-appsync/types.rb', line 2606

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