Class DescribeLineageGroupResponse

    • Method Detail

      • lineageGroupName

        public final String lineageGroupName()

        The name of the lineage group.

        Returns:
        The name of the lineage group.
      • lineageGroupArn

        public final String lineageGroupArn()

        The Amazon Resource Name (ARN) of the lineage group.

        Returns:
        The Amazon Resource Name (ARN) of the lineage group.
      • displayName

        public final String displayName()

        The display name of the lineage group.

        Returns:
        The display name of the lineage group.
      • description

        public final String description()

        The description of the lineage group.

        Returns:
        The description of the lineage group.
      • creationTime

        public final Instant creationTime()

        The creation time of lineage group.

        Returns:
        The creation time of lineage group.
      • createdBy

        public final UserContext createdBy()
        Returns the value of the CreatedBy property for this object.
        Returns:
        The value of the CreatedBy property for this object.
      • lastModifiedTime

        public final Instant lastModifiedTime()

        The last modified time of the lineage group.

        Returns:
        The last modified time of the lineage group.
      • lastModifiedBy

        public final UserContext lastModifiedBy()
        Returns the value of the LastModifiedBy property for this object.
        Returns:
        The value of the LastModifiedBy property for this object.
      • 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