Struct aws_sdk_securityhub::input::GetInsightResultsInput
source · [−]#[non_exhaustive]pub struct GetInsightResultsInput { /* private fields */ }Implementations
sourceimpl GetInsightResultsInput
impl GetInsightResultsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetInsightResults, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetInsightResults, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetInsightResults>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetInsightResultsInput.
sourceimpl GetInsightResultsInput
impl GetInsightResultsInput
sourcepub fn insight_arn(&self) -> Option<&str>
pub fn insight_arn(&self) -> Option<&str>
The ARN of the insight for which to return results.
Trait Implementations
sourceimpl Clone for GetInsightResultsInput
impl Clone for GetInsightResultsInput
sourcefn clone(&self) -> GetInsightResultsInput
fn clone(&self) -> GetInsightResultsInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for GetInsightResultsInput
impl Debug for GetInsightResultsInput
sourceimpl PartialEq<GetInsightResultsInput> for GetInsightResultsInput
impl PartialEq<GetInsightResultsInput> for GetInsightResultsInput
sourcefn eq(&self, other: &GetInsightResultsInput) -> bool
fn eq(&self, other: &GetInsightResultsInput) -> bool
impl StructuralPartialEq for GetInsightResultsInput
Auto Trait Implementations
impl RefUnwindSafe for GetInsightResultsInput
impl Send for GetInsightResultsInput
impl Sync for GetInsightResultsInput
impl Unpin for GetInsightResultsInput
impl UnwindSafe for GetInsightResultsInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more