Class: Aws::Types::CaptureContentTypeHeader
- Inherits:
-
Object
- Object
- Aws::Types::CaptureContentTypeHeader
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#csv_content_types ⇒ ::Array[::String]
Returns the value of attribute csv_content_types.
-
#json_content_types ⇒ ::Array[::String]
Returns the value of attribute json_content_types.
Instance Attribute Details
#csv_content_types ⇒ ::Array[::String]
Returns the value of attribute csv_content_types.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def csv_content_types @csv_content_types end |
#json_content_types ⇒ ::Array[::String]
Returns the value of attribute json_content_types.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def json_content_types @json_content_types end |