Method: Aws::Lightsail::Types::InstanceMetadataOptions#http_endpoint

Defined in:
lib/aws-sdk-lightsail/types.rb

#http_endpointString

Indicates whether the HTTP metadata endpoint on your instances is enabled or disabled.

If the value is ‘disabled`, you cannot access your instance metadata.

Returns:

  • (String)


10313
10314
10315
10316
10317
10318
10319
10320
10321
# File 'lib/aws-sdk-lightsail/types.rb', line 10313

class InstanceMetadataOptions < Struct.new(
  :state,
  :http_tokens,
  :http_endpoint,
  :http_put_response_hop_limit,
  :http_protocol_ipv_6)
  SENSITIVE = []
  include Aws::Structure
end