Class: Aws::Types::LogFieldType

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#elementTypes::LogFieldType

Returns the value of attribute element.

Returns:



1421
1422
1423
# File 'sig/types.rbs', line 1421

def element
  @element
end

#fields::Array[Types::LogFieldsListItem]

Returns the value of attribute fields.

Returns:



1422
1423
1424
# File 'sig/types.rbs', line 1422

def fields
  @fields
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


1420
1421
1422
# File 'sig/types.rbs', line 1420

def type
  @type
end