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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1830
1831
1832
1833
1834
1835
1836
# File 'lib/aws-sdk-appsync/types.rb', line 1830

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)


1830
1831
1832
1833
1834
1835
1836
# File 'lib/aws-sdk-appsync/types.rb', line 1830

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

#typeTypes::DataSourceIntrospectionModelFieldType

The ‘DataSourceIntrospectionModelFieldType` object data.



1830
1831
1832
1833
1834
1835
1836
# File 'lib/aws-sdk-appsync/types.rb', line 1830

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