#[non_exhaustive]pub struct DescribeActionTargetsOutput { /* private fields */ }Implementations§
source§impl DescribeActionTargetsOutput
impl DescribeActionTargetsOutput
sourcepub fn action_targets(&self) -> Option<&[ActionTarget]>
pub fn action_targets(&self) -> Option<&[ActionTarget]>
A list of ActionTarget objects. Each object includes the ActionTargetArn, Description, and Name of a custom action target available in Security Hub.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token to use to request the next page of results.
source§impl DescribeActionTargetsOutput
impl DescribeActionTargetsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeActionTargetsOutput.
Trait Implementations§
source§impl Clone for DescribeActionTargetsOutput
impl Clone for DescribeActionTargetsOutput
source§fn clone(&self) -> DescribeActionTargetsOutput
fn clone(&self) -> DescribeActionTargetsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DescribeActionTargetsOutput
impl Debug for DescribeActionTargetsOutput
source§impl PartialEq<DescribeActionTargetsOutput> for DescribeActionTargetsOutput
impl PartialEq<DescribeActionTargetsOutput> for DescribeActionTargetsOutput
source§fn eq(&self, other: &DescribeActionTargetsOutput) -> bool
fn eq(&self, other: &DescribeActionTargetsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.