Struct aws_sdk_applicationdiscovery::model::ExportFilter [−][src]
#[non_exhaustive]pub struct ExportFilter {
pub name: Option<String>,
pub values: Option<Vec<String>>,
pub condition: Option<String>,
}Expand description
Used to select which agent's data is to be exported. A single agent ID may be selected for export using the StartExportTask action.
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.name: Option<String>A single ExportFilter name. Supported filters: agentId.
values: Option<Vec<String>>A single agentId for a Discovery Agent. An agentId can be found using the DescribeAgents action. Typically an ADS agentId is in the form o-0123456789abcdef0.
condition: Option<String>Supported condition: EQUALS
Implementations
A single agentId for a Discovery Agent. An agentId can be found using the DescribeAgents action. Typically an ADS agentId is in the form o-0123456789abcdef0.
Creates a new builder-style object to manufacture ExportFilter
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 ExportFilter
impl Send for ExportFilter
impl Sync for ExportFilter
impl Unpin for ExportFilter
impl UnwindSafe for ExportFilter
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
