#[non_exhaustive]pub struct DescribeUsageReportSubscriptionsOutput { /* private fields */ }
Implementations§
source§impl DescribeUsageReportSubscriptionsOutput
impl DescribeUsageReportSubscriptionsOutput
sourcepub fn usage_report_subscriptions(&self) -> Option<&[UsageReportSubscription]>
pub fn usage_report_subscriptions(&self) -> Option<&[UsageReportSubscription]>
Information about the usage report subscription.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
source§impl DescribeUsageReportSubscriptionsOutput
impl DescribeUsageReportSubscriptionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeUsageReportSubscriptionsOutput
.
Trait Implementations§
source§impl Clone for DescribeUsageReportSubscriptionsOutput
impl Clone for DescribeUsageReportSubscriptionsOutput
source§fn clone(&self) -> DescribeUsageReportSubscriptionsOutput
fn clone(&self) -> DescribeUsageReportSubscriptionsOutput
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 more