#[non_exhaustive]pub struct AwsAutoScalingLaunchConfigurationMetadataOptions {
pub http_endpoint: Option<String>,
pub http_put_response_hop_limit: i32,
pub http_tokens: Option<String>,
}Expand description
The metadata options for the instances.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.http_endpoint: Option<String>Enables or disables the HTTP metadata endpoint on your instances. By default, the metadata endpoint is enabled.
http_put_response_hop_limit: i32The HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.
http_tokens: Option<String>Indicates whether token usage is required or optional for metadata requests. By default, token usage is optional.
Implementations
Enables or disables the HTTP metadata endpoint on your instances. By default, the metadata endpoint is enabled.
The HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.
Indicates whether token usage is required or optional for metadata requests. By default, token usage is optional.
Creates a new builder-style object to manufacture AwsAutoScalingLaunchConfigurationMetadataOptions
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more