Class: Aws::Types::ObjectTypeField
- Inherits:
-
Object
- Object
- Aws::Types::ObjectTypeField
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_type ⇒ "STRING", ...
Returns the value of attribute content_type.
-
#source ⇒ ::String
Returns the value of attribute source.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#content_type ⇒ "STRING", ...
Returns the value of attribute content_type.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def content_type @content_type end |
#source ⇒ ::String
Returns the value of attribute source.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def source @source end |
#target ⇒ ::String
Returns the value of attribute target.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def target @target end |