Class: Aws::ConfigService::Types::FieldInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

Overview

Details about the fields such as name of the field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the field.

Returns:

  • (String)


3883
3884
3885
3886
3887
# File 'lib/aws-sdk-configservice/types.rb', line 3883

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