Struct aws_sdk_datazone::operation::list_subscription_targets::ListSubscriptionTargetsOutput
source · #[non_exhaustive]pub struct ListSubscriptionTargetsOutput {
pub items: Option<Vec<SubscriptionTargetSummary>>,
pub next_token: Option<String>,
/* private fields */
}
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.items: Option<Vec<SubscriptionTargetSummary>>
The results of the ListSubscriptionTargets
action.
next_token: Option<String>
When the number of subscription targets is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of subscription targets, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListSubscriptionTargets
to list the next set of subscription targets.
Implementations§
source§impl ListSubscriptionTargetsOutput
impl ListSubscriptionTargetsOutput
sourcepub fn items(&self) -> Option<&[SubscriptionTargetSummary]>
pub fn items(&self) -> Option<&[SubscriptionTargetSummary]>
The results of the ListSubscriptionTargets
action.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
When the number of subscription targets is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults
that is less than the number of subscription targets, the response includes a pagination token named NextToken
. You can specify this NextToken
value in a subsequent call to ListSubscriptionTargets
to list the next set of subscription targets.
source§impl ListSubscriptionTargetsOutput
impl ListSubscriptionTargetsOutput
sourcepub fn builder() -> ListSubscriptionTargetsOutputBuilder
pub fn builder() -> ListSubscriptionTargetsOutputBuilder
Creates a new builder-style object to manufacture ListSubscriptionTargetsOutput
.
Trait Implementations§
source§impl Clone for ListSubscriptionTargetsOutput
impl Clone for ListSubscriptionTargetsOutput
source§fn clone(&self) -> ListSubscriptionTargetsOutput
fn clone(&self) -> ListSubscriptionTargetsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for ListSubscriptionTargetsOutput
impl PartialEq for ListSubscriptionTargetsOutput
source§fn eq(&self, other: &ListSubscriptionTargetsOutput) -> bool
fn eq(&self, other: &ListSubscriptionTargetsOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListSubscriptionTargetsOutput
impl RequestId for ListSubscriptionTargetsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.