Class: Aws::IoT::Types::Field
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::Field
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
Describes the name and data type at a field.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the field.
-
#type ⇒ String
The data type of the field.
Instance Attribute Details
#name ⇒ String
The name of the field.
7992 7993 7994 7995 7996 7997 |
# File 'lib/aws-sdk-iot/types.rb', line 7992 class Field < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The data type of the field.
7992 7993 7994 7995 7996 7997 |
# File 'lib/aws-sdk-iot/types.rb', line 7992 class Field < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |