Class: Aws::AppSync::Types::DataSourceIntrospectionModelField
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DataSourceIntrospectionModelField
- 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
-
#length ⇒ Integer
The length value of the introspected field.
-
#name ⇒ String
The name of the field that was retrieved from the introspected data.
-
#type ⇒ Types::DataSourceIntrospectionModelFieldType
The ‘DataSourceIntrospectionModelFieldType` object data.
Instance Attribute Details
#length ⇒ Integer
The length value of the introspected field.
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 |
#name ⇒ String
The name of the field that was retrieved from the introspected 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 |
#type ⇒ Types::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 |