Class: Aws::ConfigService::Types::FieldInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::FieldInfo
- 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
-
#name ⇒ String
Name of the field.
Instance Attribute Details
#name ⇒ String
Name of the field.
4296 4297 4298 4299 4300 |
# File 'lib/aws-sdk-configservice/types.rb', line 4296 class FieldInfo < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |