Class: Aws::AppSync::Types::GetApiRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_idString

The Api ID.

Returns:

  • (String)


2834
2835
2836
2837
2838
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2834

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