Class DescribeMitigationActionResponse

    • Method Detail

      • actionName

        public final String actionName()

        The friendly name that uniquely identifies the mitigation action.

        Returns:
        The friendly name that uniquely identifies the mitigation action.
      • actionArn

        public final String actionArn()

        The ARN that identifies this migration action.

        Returns:
        The ARN that identifies this migration action.
      • actionId

        public final String actionId()

        A unique identifier for this action.

        Returns:
        A unique identifier for this action.
      • roleArn

        public final String roleArn()

        The ARN of the IAM role used to apply this action.

        Returns:
        The ARN of the IAM role used to apply this action.
      • actionParams

        public final MitigationActionParams actionParams()

        Parameters that control how the mitigation action is applied, specific to the type of mitigation action.

        Returns:
        Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
      • creationDate

        public final Instant creationDate()

        The date and time when the mitigation action was added to your Amazon Web Services accounts.

        Returns:
        The date and time when the mitigation action was added to your Amazon Web Services accounts.
      • lastModifiedDate

        public final Instant lastModifiedDate()

        The date and time when the mitigation action was last changed.

        Returns:
        The date and time when the mitigation action was last changed.
      • 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