Class: Aws::AppSync::Types::DataSourceIntrospectionModelField

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

Overview

Represents the fields that were retrieved from the introspected data.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lengthInteger

The length value of the introspected field.

Returns:

  • (Integer)


1512
1513
1514
1515
1516
1517
1518
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1512

class DataSourceIntrospectionModelField < Struct.new(
  :name,
  :type,
  :length)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the field that was retrieved from the introspected data.

Returns:

  • (String)


1512
1513
1514
1515
1516
1517
1518
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1512

class DataSourceIntrospectionModelField < Struct.new(
  :name,
  :type,
  :length)
  SENSITIVE = []
  include Aws::Structure
end

#typeTypes::DataSourceIntrospectionModelFieldType

The DataSourceIntrospectionModelFieldType object data.



1512
1513
1514
1515
1516
1517
1518
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1512

class DataSourceIntrospectionModelField < Struct.new(
  :name,
  :type,
  :length)
  SENSITIVE = []
  include Aws::Structure
end