Class GetReceivedLicenseResult


  • public final class GetReceivedLicenseResult
    extends java.lang.Object
    • Method Detail

      • beneficiary

        public java.lang.String beneficiary()
        Returns:
        Granted license beneficiary. This is in the form of the ARN of the root user of the account.
      • createTime

        public java.lang.String createTime()
        Returns:
        Creation time of the granted license in RFC 3339 format.
      • homeRegion

        public java.lang.String homeRegion()
        Returns:
        Home Region of the granted license.
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • licenseArn

        public java.lang.String licenseArn()
        Returns:
        Amazon Resource Name (ARN) of the license.
      • licenseMetadatas

        public java.util.List<GetReceivedLicenseLicenseMetadata> licenseMetadatas()
        Returns:
        Granted license metadata. This is in the form of a set of all meta data. Detailed below
      • licenseName

        public java.lang.String licenseName()
        Returns:
        License name.
      • productName

        public java.lang.String productName()
        Returns:
        Product name. * ` product_sku ` - Product SKU.
      • productSku

        public java.lang.String productSku()
      • status

        public java.lang.String status()
        Returns:
        Granted license status.
      • validities

        public java.util.List<GetReceivedLicenseValidity> validities()
        Returns:
        Date and time range during which the granted license is valid, in ISO8601-UTC format. Detailed below
      • version

        public java.lang.String version()
        Returns:
        Version of the granted license.