Struct aws_sdk_ec2::output::describe_image_attribute_output::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for DescribeImageAttributeOutput
Implementations
Appends an item to block_device_mappings.
To override the contents of this collection use set_block_device_mappings.
The block device mapping entries.
The block device mapping entries.
The ID of the AMI.
Appends an item to launch_permissions.
To override the contents of this collection use set_launch_permissions.
The launch permissions.
The launch permissions.
Appends an item to product_codes.
To override the contents of this collection use set_product_codes.
The product codes.
The product codes.
A description for the AMI.
A description for the AMI.
The kernel ID.
The kernel ID.
The RAM disk ID.
The RAM disk ID.
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
Describes a value for a resource attribute that is a String.
Describes a value for a resource attribute that is a String.
Consumes the builder and constructs a DescribeImageAttributeOutput
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