You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::GuardDuty::Types::DescribePublishingDestinationResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#destination_idString

The ID of the publishing destination.

Returns:

  • (String)

    The ID of the publishing destination.

#destination_propertiesTypes::DestinationProperties

A DestinationProperties object that includes the DestinationArn and KmsKeyArn of the publishing destination.

Returns:

  • (Types::DestinationProperties)

    A DestinationProperties object that includes the DestinationArn and KmsKeyArn of the publishing destination.

#destination_typeString

The type of publishing destination. Currently, only Amazon S3 buckets are supported.

Possible values:

  • S3

Returns:

  • (String)

    The type of publishing destination.

#publishing_failure_start_timestampInteger

The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the destination.

Returns:

  • (Integer)

    The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the destination.

#statusString

The status of the publishing destination.

Possible values:

  • PENDING_VERIFICATION
  • PUBLISHING
  • UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY
  • STOPPED

Returns:

  • (String)

    The status of the publishing destination.