Struct aws_sdk_ec2::model::TransitGatewayConnectPeer [−][src]
#[non_exhaustive]pub struct TransitGatewayConnectPeer {
pub transit_gateway_attachment_id: Option<String>,
pub transit_gateway_connect_peer_id: Option<String>,
pub state: Option<TransitGatewayConnectPeerState>,
pub creation_time: Option<DateTime>,
pub connect_peer_configuration: Option<TransitGatewayConnectPeerConfiguration>,
pub tags: Option<Vec<Tag>>,
}
Expand description
Describes a transit gateway Connect peer.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.transit_gateway_attachment_id: Option<String>
The ID of the Connect attachment.
transit_gateway_connect_peer_id: Option<String>
The ID of the Connect peer.
state: Option<TransitGatewayConnectPeerState>
The state of the Connect peer.
creation_time: Option<DateTime>
The creation time.
connect_peer_configuration: Option<TransitGatewayConnectPeerConfiguration>
The Connect peer details.
The tags for the Connect peer.
Implementations
The ID of the Connect attachment.
The ID of the Connect peer.
The state of the Connect peer.
The creation time.
The Connect peer details.
The tags for the Connect peer.
Creates a new builder-style object to manufacture TransitGatewayConnectPeer
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TransitGatewayConnectPeer
impl Send for TransitGatewayConnectPeer
impl Sync for TransitGatewayConnectPeer
impl Unpin for TransitGatewayConnectPeer
impl UnwindSafe for TransitGatewayConnectPeer
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