Method: Aws::APIGateway::Types::RestApi#binary_media_types
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #binary_media_types ⇒ Array<String>
The list of binary media types supported by the RestApi. By default, the RestApi supports only UTF-8-encoded text payloads.
6490 6491 6492 6493 6494 6495 6496 6497 6498 6499 6500 6501 6502 6503 6504 6505 6506 |
# File 'lib/aws-sdk-apigateway/types.rb', line 6490 class RestApi < Struct.new( :id, :name, :description, :created_date, :version, :warnings, :binary_media_types, :minimum_compression_size, :api_key_source, :endpoint_configuration, :policy, :tags, :disable_execute_api_endpoint) SENSITIVE = [] include Aws::Structure end |