Method: Aws::AppConfig::Types::Configuration#content_type
- Defined in:
- lib/aws-sdk-appconfig/types.rb
#content_type ⇒ String
A standard MIME type describing the format of the configuration content. For more information, see [Content-Type].
[1]: www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.17
280 281 282 283 284 285 286 |
# File 'lib/aws-sdk-appconfig/types.rb', line 280 class Configuration < Struct.new( :content, :configuration_version, :content_type) SENSITIVE = [:content] include Aws::Structure end |