#[non_exhaustive]pub struct DescribeActionTargetsOutput {
pub action_targets: Option<Vec<ActionTarget>>,
pub next_token: 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.action_targets: Option<Vec<ActionTarget>>A list of ActionTarget objects. Each object includes the ActionTargetArn, Description, and Name of a custom action target available in Security Hub.
next_token: Option<String>The pagination token to use to request the next page of results.
Implementations
A list of ActionTarget objects. Each object includes the ActionTargetArn, Description, and Name of a custom action target available in Security Hub.
The pagination token to use to request the next page of results.
Creates a new builder-style object to manufacture DescribeActionTargetsOutput
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 DescribeActionTargetsOutput
impl Send for DescribeActionTargetsOutput
impl Sync for DescribeActionTargetsOutput
impl Unpin for DescribeActionTargetsOutput
impl UnwindSafe for DescribeActionTargetsOutput
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