Class GrantAccessRequest

    • Method Detail

      • instanceId

        public final String instanceId()

        The instance's AWS OpsWorks Stacks ID.

        Returns:
        The instance's AWS OpsWorks Stacks ID.
      • validForInMinutes

        public final Integer validForInMinutes()

        The length of time (in minutes) that the grant is valid. When the grant expires at the end of this period, the user will no longer be able to use the credentials to log in. If the user is logged in at the time, he or she automatically will be logged out.

        Returns:
        The length of time (in minutes) that the grant is valid. When the grant expires at the end of this period, the user will no longer be able to use the credentials to log in. If the user is logged in at the time, he or she automatically will be logged out.
      • 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