#[non_exhaustive]pub struct GetNetworkResourceRelationshipsInput { /* private fields */ }
Implementations§
source§impl GetNetworkResourceRelationshipsInput
impl GetNetworkResourceRelationshipsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetNetworkResourceRelationships, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetNetworkResourceRelationships, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetNetworkResourceRelationships
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetNetworkResourceRelationshipsInput
.
source§impl GetNetworkResourceRelationshipsInput
impl GetNetworkResourceRelationshipsInput
sourcepub fn global_network_id(&self) -> Option<&str>
pub fn global_network_id(&self) -> Option<&str>
The ID of the global network.
sourcepub fn core_network_id(&self) -> Option<&str>
pub fn core_network_id(&self) -> Option<&str>
The ID of a core network.
sourcepub fn registered_gateway_arn(&self) -> Option<&str>
pub fn registered_gateway_arn(&self) -> Option<&str>
The ARN of the registered gateway.
sourcepub fn aws_region(&self) -> Option<&str>
pub fn aws_region(&self) -> Option<&str>
The Amazon Web Services Region.
sourcepub fn account_id(&self) -> Option<&str>
pub fn account_id(&self) -> Option<&str>
The Amazon Web Services account ID.
sourcepub fn resource_type(&self) -> Option<&str>
pub fn resource_type(&self) -> Option<&str>
The resource type.
The following are the supported resource types for Direct Connect:
-
dxcon
-
dx-gateway
-
dx-vif
The following are the supported resource types for Network Manager:
-
connection
-
device
-
link
-
site
The following are the supported resource types for Amazon VPC:
-
customer-gateway
-
transit-gateway
-
transit-gateway-attachment
-
transit-gateway-connect-peer
-
transit-gateway-route-table
-
vpn-connection
sourcepub fn resource_arn(&self) -> Option<&str>
pub fn resource_arn(&self) -> Option<&str>
The ARN of the gateway.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token for the next page of results.
Trait Implementations§
source§impl Clone for GetNetworkResourceRelationshipsInput
impl Clone for GetNetworkResourceRelationshipsInput
source§fn clone(&self) -> GetNetworkResourceRelationshipsInput
fn clone(&self) -> GetNetworkResourceRelationshipsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<GetNetworkResourceRelationshipsInput> for GetNetworkResourceRelationshipsInput
impl PartialEq<GetNetworkResourceRelationshipsInput> for GetNetworkResourceRelationshipsInput
source§fn eq(&self, other: &GetNetworkResourceRelationshipsInput) -> bool
fn eq(&self, other: &GetNetworkResourceRelationshipsInput) -> bool
self
and other
values to be equal, and is used
by ==
.