Class: Aws::Types::ObjectTypeField

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#content_type"STRING", ...

Returns the value of attribute content_type.

Returns:

  • ("STRING", "NUMBER", "PHONE_NUMBER", "EMAIL_ADDRESS", "NAME")


2158
2159
2160
# File 'sig/types.rbs', line 2158

def content_type
  @content_type
end

#source::String

Returns the value of attribute source.

Returns:

  • (::String)


2156
2157
2158
# File 'sig/types.rbs', line 2156

def source
  @source
end

#target::String

Returns the value of attribute target.

Returns:

  • (::String)


2157
2158
2159
# File 'sig/types.rbs', line 2157

def target
  @target
end