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.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def csv_content_types @csv_content_types end |
#json_content_types ⇒ ::Array[::String]
Returns the value of attribute json_content_types.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def json_content_types @json_content_types end |