Struct aws_sdk_securityhub::model::AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails
source · #[non_exhaustive]pub struct AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails { /* private fields */ }
Expand description
Provides details about an Elastic Graphics specification for an Amazon EC2 launch template.
Implementations§
source§impl AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails
impl AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails
.
Trait Implementations§
source§impl Clone for AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails
impl Clone for AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails
source§fn clone(&self) -> AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails
fn clone(&self) -> AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails> for AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails
impl PartialEq<AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails> for AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails
source§fn eq(
&self,
other: &AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails
) -> bool
fn eq(
&self,
other: &AwsEc2LaunchTemplateDataElasticGpuSpecificationSetDetails
) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.