Struct aws_sdk_ec2::output::DescribeImageAttributeOutput
source · [−]#[non_exhaustive]pub struct DescribeImageAttributeOutput { /* private fields */ }
Expand description
Describes an image attribute.
Implementations
sourceimpl DescribeImageAttributeOutput
impl DescribeImageAttributeOutput
sourcepub fn block_device_mappings(&self) -> Option<&[BlockDeviceMapping]>
pub fn block_device_mappings(&self) -> Option<&[BlockDeviceMapping]>
The block device mapping entries.
sourcepub fn launch_permissions(&self) -> Option<&[LaunchPermission]>
pub fn launch_permissions(&self) -> Option<&[LaunchPermission]>
The launch permissions.
sourcepub fn product_codes(&self) -> Option<&[ProductCode]>
pub fn product_codes(&self) -> Option<&[ProductCode]>
The product codes.
sourcepub fn description(&self) -> Option<&AttributeValue>
pub fn description(&self) -> Option<&AttributeValue>
A description for the AMI.
sourcepub fn kernel_id(&self) -> Option<&AttributeValue>
pub fn kernel_id(&self) -> Option<&AttributeValue>
The kernel ID.
sourcepub fn ramdisk_id(&self) -> Option<&AttributeValue>
pub fn ramdisk_id(&self) -> Option<&AttributeValue>
The RAM disk ID.
sourcepub fn sriov_net_support(&self) -> Option<&AttributeValue>
pub fn sriov_net_support(&self) -> Option<&AttributeValue>
Indicates whether enhanced networking with the Intel 82599 Virtual Function interface is enabled.
sourcepub fn boot_mode(&self) -> Option<&AttributeValue>
pub fn boot_mode(&self) -> Option<&AttributeValue>
The boot mode.
sourcepub fn tpm_support(&self) -> Option<&AttributeValue>
pub fn tpm_support(&self) -> Option<&AttributeValue>
If the image is configured for NitroTPM support, the value is v2.0
.
sourcepub fn uefi_data(&self) -> Option<&AttributeValue>
pub fn uefi_data(&self) -> Option<&AttributeValue>
Base64 representation of the non-volatile UEFI variable store. To retrieve the UEFI data, use the GetInstanceUefiData command. You can inspect and modify the UEFI data by using the python-uefivars tool on GitHub. For more information, see UEFI Secure Boot in the Amazon Elastic Compute Cloud User Guide.
sourcepub fn last_launched_time(&self) -> Option<&AttributeValue>
pub fn last_launched_time(&self) -> Option<&AttributeValue>
The date and time, in ISO 8601 date-time format, when the AMI was last used to launch an EC2 instance. When the AMI is used to launch an instance, there is a 24-hour delay before that usage is reported.
lastLaunchedTime
data is available starting April 2017.
sourceimpl DescribeImageAttributeOutput
impl DescribeImageAttributeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeImageAttributeOutput
.
Trait Implementations
sourceimpl Clone for DescribeImageAttributeOutput
impl Clone for DescribeImageAttributeOutput
sourcefn clone(&self) -> DescribeImageAttributeOutput
fn clone(&self) -> DescribeImageAttributeOutput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more