#[non_exhaustive]pub struct GetSubscriptionOutput { /* private fields */ }
Implementations§
source§impl GetSubscriptionOutput
impl GetSubscriptionOutput
sourcepub fn subscription_type(&self) -> Option<&str>
pub fn subscription_type(&self) -> Option<&str>
The type of the billing plan for the space.
sourcepub fn aws_account_name(&self) -> Option<&str>
pub fn aws_account_name(&self) -> Option<&str>
The display name of the Amazon Web Services account used for billing for the space.
source§impl GetSubscriptionOutput
impl GetSubscriptionOutput
sourcepub fn builder() -> GetSubscriptionOutputBuilder
pub fn builder() -> GetSubscriptionOutputBuilder
Creates a new builder-style object to manufacture GetSubscriptionOutput
.
Trait Implementations§
source§impl Clone for GetSubscriptionOutput
impl Clone for GetSubscriptionOutput
source§fn clone(&self) -> GetSubscriptionOutput
fn clone(&self) -> GetSubscriptionOutput
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 GetSubscriptionOutput
impl Debug for GetSubscriptionOutput
source§impl PartialEq<GetSubscriptionOutput> for GetSubscriptionOutput
impl PartialEq<GetSubscriptionOutput> for GetSubscriptionOutput
source§fn eq(&self, other: &GetSubscriptionOutput) -> bool
fn eq(&self, other: &GetSubscriptionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetSubscriptionOutput
impl RequestId for GetSubscriptionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.