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)


2244
2245
2246
2247
2248
2249
2250
2251
2252
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2244

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.



2244
2245
2246
2247
2248
2249
2250
2251
2252
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2244

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)


2244
2245
2246
2247
2248
2249
2250
2251
2252
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2244

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)


2244
2245
2246
2247
2248
2249
2250
2251
2252
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2244

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)


2244
2245
2246
2247
2248
2249
2250
2251
2252
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2244

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