Class: Aws::SecurityHub::Types::AwsAutoScalingLaunchConfigurationMetadataOptions

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb

Overview

The metadata options for the instances.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#http_endpointString

Enables or disables the HTTP metadata endpoint on your instances. By default, the metadata endpoint is enabled.

Returns:

  • (String)


2943
2944
2945
2946
2947
2948
2949
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2943

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

#http_put_response_hop_limitInteger

The HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.

Returns:

  • (Integer)


2943
2944
2945
2946
2947
2948
2949
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2943

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

#http_tokensString

Indicates whether token usage is required or optional for metadata requests. By default, token usage is optional.

Returns:

  • (String)


2943
2944
2945
2946
2947
2948
2949
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 2943

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