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.
8033 8034 8035 8036 8037 8038 |
# File 'lib/aws-sdk-iot/types.rb', line 8033 class Field < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The data type of the field.
8033 8034 8035 8036 8037 8038 |
# File 'lib/aws-sdk-iot/types.rb', line 8033 class Field < Struct.new( :name, :type) SENSITIVE = [] include Aws::Structure end |