Class: Aws::IoT::Types::Field

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb

Overview

Describes the name and data type at a field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the field.

Returns:

  • (String)


7103
7104
7105
7106
7107
7108
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7103

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

#typeString

The data type of the field.

Returns:

  • (String)


7103
7104
7105
7106
7107
7108
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 7103

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