Struct rusoto_iot::DescribeEndpointRequest[][src]

pub struct DescribeEndpointRequest {
    pub endpoint_type: Option<String>,
}

The input for the DescribeEndpoint operation.

Fields

The endpoint type.

Trait Implementations

impl Default for DescribeEndpointRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeEndpointRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeEndpointRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeEndpointRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations