Class: Aws::Types::StructuredMessageFieldNameAndDataTypePair

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_type ⇒ Types::StructuredMessage

Returns the value of attribute data_type.



1261
1262
1263
# File 'sig/types.rbs', line 1261

def data_type
  @data_type
end

#field_name ⇒ ::String

Returns the value of attribute field_name.

Returns:

  • (::String)


1260
1261
1262
# File 'sig/types.rbs', line 1260

def field_name
  @field_name
end