Class: Aws::Types::CaptureContentTypeHeader

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#csv_content_types::Array[::String]

Returns the value of attribute csv_content_types.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::Array[::String])


1057
1058
1059
# File 'sig/types.rbs', line 1057

def json_content_types
  @json_content_types
end