Class: Aws::SecurityHub::Types::AwsAutoScalingLaunchConfigurationMetadataOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsAutoScalingLaunchConfigurationMetadataOptions
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The metadata options for the instances.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#http_endpoint ⇒ String
Enables or disables the HTTP metadata endpoint on your instances.
-
#http_put_response_hop_limit ⇒ Integer
The HTTP ‘PUT` response hop limit for instance metadata requests.
-
#http_tokens ⇒ String
Indicates whether token usage is ‘required` or `optional` for metadata requests.
Instance Attribute Details
#http_endpoint ⇒ String
Enables or disables the HTTP metadata endpoint on your instances. By default, the metadata endpoint is enabled.
3165 3166 3167 3168 3169 3170 3171 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3165 class AwsAutoScalingLaunchConfigurationMetadataOptions < Struct.new( :http_endpoint, :http_put_response_hop_limit, :http_tokens) SENSITIVE = [] include Aws::Structure end |
#http_put_response_hop_limit ⇒ Integer
The HTTP ‘PUT` response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.
3165 3166 3167 3168 3169 3170 3171 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3165 class AwsAutoScalingLaunchConfigurationMetadataOptions < Struct.new( :http_endpoint, :http_put_response_hop_limit, :http_tokens) SENSITIVE = [] include Aws::Structure end |
#http_tokens ⇒ String
Indicates whether token usage is ‘required` or `optional` for metadata requests. By default, token usage is `optional`.
3165 3166 3167 3168 3169 3170 3171 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3165 class AwsAutoScalingLaunchConfigurationMetadataOptions < Struct.new( :http_endpoint, :http_put_response_hop_limit, :http_tokens) SENSITIVE = [] include Aws::Structure end |