Method: Aws::Imagebuilder::Types::InstanceMetadataOptions#http_put_response_hop_limit
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
#http_put_response_hop_limit ⇒ Integer
Limit the number of hops that an instance metadata request can traverse to reach its destination. The default is one hop. However, if HTTP tokens are required, container image builds need a minimum of two hops.
4874 4875 4876 4877 4878 4879 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 4874 class InstanceMetadataOptions < Struct.new( :http_tokens, :http_put_response_hop_limit) SENSITIVE = [] include Aws::Structure end |