Class GetDbParameterGroupResponse

    • Method Detail

      • id

        public final String id()

        A service-generated unique identifier.

        Returns:
        A service-generated unique identifier.
      • name

        public final String name()

        The customer-supplied name that uniquely identifies the DB parameter group when interacting with the Amazon Timestream for InfluxDB API and CLI commands.

        Returns:
        The customer-supplied name that uniquely identifies the DB parameter group when interacting with the Amazon Timestream for InfluxDB API and CLI commands.
      • arn

        public final String arn()

        The Amazon Resource Name (ARN) of the DB parameter group.

        Returns:
        The Amazon Resource Name (ARN) of the DB parameter group.
      • description

        public final String description()

        A description of the DB parameter group.

        Returns:
        A description of the DB parameter group.
      • parameters

        public final Parameters parameters()

        The parameters that comprise the DB parameter group.

        Returns:
        The parameters that comprise the DB parameter group.
      • 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