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)


2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2923

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.



2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2923

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)


2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2923

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)


2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2923

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)


2923
2924
2925
2926
2927
2928
2929
2930
2931
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2923

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