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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/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)


3855
3856
3857
3858
3859
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 3855

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