Method: Aws::Lightsail::Types::InstanceMetadataOptions#http_protocol_ipv_6

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

#http_protocol_ipv_6String

Indicates whether the IPv6 endpoint for the instance metadata service is enabled or disabled.

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