[][src]Struct rusoto_devicefarm::CreateVPCEConfigurationRequest

pub struct CreateVPCEConfigurationRequest {
    pub service_dns_name: String,
    pub vpce_configuration_description: Option<String>,
    pub vpce_configuration_name: String,
    pub vpce_service_name: String,
}

Fields

service_dns_name: String

The DNS name of the service running in your VPC that you want Device Farm to test.

vpce_configuration_description: Option<String>

An optional description that provides details about your VPC endpoint configuration.

vpce_configuration_name: String

The friendly name you give to your VPC endpoint configuration, to manage your configurations more easily.

vpce_service_name: String

The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.

Trait Implementations

impl Clone for CreateVPCEConfigurationRequest[src]

impl Debug for CreateVPCEConfigurationRequest[src]

impl Default for CreateVPCEConfigurationRequest[src]

impl PartialEq<CreateVPCEConfigurationRequest> for CreateVPCEConfigurationRequest[src]

impl Serialize for CreateVPCEConfigurationRequest[src]

impl StructuralPartialEq for CreateVPCEConfigurationRequest[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.