Class GetSubscriptionResponse

    • Method Detail

      • subscriptionType

        public final String subscriptionType()

        The type of the billing plan for the space.

        Returns:
        The type of the billing plan for the space.
      • awsAccountName

        public final String awsAccountName()

        The display name of the Amazon Web Services account used for billing for the space.

        Returns:
        The display name of the Amazon Web Services account used for billing for the space.
      • pendingSubscriptionType

        public final String pendingSubscriptionType()

        The type of the billing plan that the space will be changed to at the start of the next billing cycle. This applies only to changes that reduce the functionality available for the space. Billing plan changes that increase functionality are applied immediately. For more information, see Pricing.

        Returns:
        The type of the billing plan that the space will be changed to at the start of the next billing cycle. This applies only to changes that reduce the functionality available for the space. Billing plan changes that increase functionality are applied immediately. For more information, see Pricing.
      • pendingSubscriptionStartTime

        public final Instant pendingSubscriptionStartTime()

        The day and time the pending change will be applied to the space, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

        Returns:
        The day and time the pending change will be applied to the space, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object