Class: Aws::AppSync::Types::GetDataSourceRequest

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.

Returns:

  • (String)


2960
2961
2962
2963
2964
2965
# File 'lib/aws-sdk-appsync/types.rb', line 2960

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

#nameString

The name of the data source.

Returns:

  • (String)


2960
2961
2962
2963
2964
2965
# File 'lib/aws-sdk-appsync/types.rb', line 2960

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