#[non_exhaustive]pub struct DescribeConnectorEntityInput {
pub connector_entity_name: Option<String>,
pub connector_type: Option<ConnectorType>,
pub connector_profile_name: Option<String>,
}
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.connector_entity_name: Option<String>
The entity name for that connector.
connector_type: Option<ConnectorType>
The type of connector application, such as Salesforce, Amplitude, and so on.
connector_profile_name: Option<String>
The name of the connector profile. The name is unique for each ConnectorProfile
in the Amazon Web Services account.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConnectorEntity, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeConnectorEntity, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeConnectorEntity
>
Creates a new builder-style object to manufacture DescribeConnectorEntityInput
The entity name for that connector.
The type of connector application, such as Salesforce, Amplitude, and so on.
The name of the connector profile. The name is unique for each ConnectorProfile
in the Amazon Web Services account.
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 Send for DescribeConnectorEntityInput
impl Sync for DescribeConnectorEntityInput
impl Unpin for DescribeConnectorEntityInput
impl UnwindSafe for DescribeConnectorEntityInput
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