Class GetGlossaryResponse

    • Method Detail

      • createdAt

        public final Instant createdAt()

        The timestamp of when this business glossary was created.

        Returns:
        The timestamp of when this business glossary was created.
      • createdBy

        public final String createdBy()

        The Amazon DataZone user who created this business glossary.

        Returns:
        The Amazon DataZone user who created this business glossary.
      • description

        public final String description()

        The description of the business glossary.

        Returns:
        The description of the business glossary.
      • domainId

        public final String domainId()

        The ID of the Amazon DataZone domain in which this business glossary exists.

        Returns:
        The ID of the Amazon DataZone domain in which this business glossary exists.
      • id

        public final String id()

        The ID of the business glossary.

        Returns:
        The ID of the business glossary.
      • name

        public final String name()

        The name of the business glossary.

        Returns:
        The name of the business glossary.
      • owningProjectId

        public final String owningProjectId()

        The ID of the project that owns this business glossary.

        Returns:
        The ID of the project that owns this business glossary.
      • updatedAt

        public final Instant updatedAt()

        The timestamp of when the business glossary was updated.

        Returns:
        The timestamp of when the business glossary was updated.
      • updatedBy

        public final String updatedBy()

        The Amazon DataZone user who updated the business glossary.

        Returns:
        The Amazon DataZone user who updated the business glossary.
      • 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