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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_idString

The ID of the publishing destination.

Returns:

  • (String)


2408
2409
2410
2411
2412
2413
2414
2415
2416
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2408

class DescribePublishingDestinationResponse < Struct.new(
  :destination_id,
  :destination_type,
  :status,
  :publishing_failure_start_timestamp,
  :destination_properties)
  SENSITIVE = []
  include Aws::Structure
end

#destination_propertiesTypes::DestinationProperties

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



2408
2409
2410
2411
2412
2413
2414
2415
2416
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2408

class DescribePublishingDestinationResponse < Struct.new(
  :destination_id,
  :destination_type,
  :status,
  :publishing_failure_start_timestamp,
  :destination_properties)
  SENSITIVE = []
  include Aws::Structure
end

#destination_typeString

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

Returns:

  • (String)


2408
2409
2410
2411
2412
2413
2414
2415
2416
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2408

class DescribePublishingDestinationResponse < Struct.new(
  :destination_id,
  :destination_type,
  :status,
  :publishing_failure_start_timestamp,
  :destination_properties)
  SENSITIVE = []
  include Aws::Structure
end

#publishing_failure_start_timestampInteger

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

Returns:

  • (Integer)


2408
2409
2410
2411
2412
2413
2414
2415
2416
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2408

class DescribePublishingDestinationResponse < Struct.new(
  :destination_id,
  :destination_type,
  :status,
  :publishing_failure_start_timestamp,
  :destination_properties)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the publishing destination.

Returns:

  • (String)


2408
2409
2410
2411
2412
2413
2414
2415
2416
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2408

class DescribePublishingDestinationResponse < Struct.new(
  :destination_id,
  :destination_type,
  :status,
  :publishing_failure_start_timestamp,
  :destination_properties)
  SENSITIVE = []
  include Aws::Structure
end