Struct aws_sdk_securityhub::model::aws_auto_scaling_launch_configuration_metadata_options::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for AwsAutoScalingLaunchConfigurationMetadataOptions
Implementations
Enables or disables the HTTP metadata endpoint on your instances. By default, the metadata endpoint is enabled.
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.
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.
Indicates whether token usage is required or optional for metadata requests. By default, token usage is optional.
Consumes the builder and constructs a AwsAutoScalingLaunchConfigurationMetadataOptions
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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