Class: Aws::AppSync::Types::DataSourceIntrospectionModelField
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::DataSourceIntrospectionModelField
- 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
-
#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.
1833 1834 1835 1836 1837 1838 1839 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1833 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.
1833 1834 1835 1836 1837 1838 1839 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1833 class DataSourceIntrospectionModelField < Struct.new( :name, :type, :length) SENSITIVE = [] include Aws::Structure end |
#type ⇒ Types::DataSourceIntrospectionModelFieldType
The DataSourceIntrospectionModelFieldType
object data.
1833 1834 1835 1836 1837 1838 1839 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 1833 class DataSourceIntrospectionModelField < Struct.new( :name, :type, :length) SENSITIVE = [] include Aws::Structure end |