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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
# File 'lib/aws-sdk-guardduty/types.rb', line 2971

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

#destination_propertiesTypes::DestinationProperties

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



2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
# File 'lib/aws-sdk-guardduty/types.rb', line 2971

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

#destination_typeString

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



2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
# File 'lib/aws-sdk-guardduty/types.rb', line 2971

class DescribePublishingDestinationResponse < Struct.new(
  :destination_id,
  :destination_type,
  :status,
  :publishing_failure_start_timestamp,
  :destination_properties,
  :tags)
  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.



2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
# File 'lib/aws-sdk-guardduty/types.rb', line 2971

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

#statusString

The status of the publishing destination.



2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
# File 'lib/aws-sdk-guardduty/types.rb', line 2971

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

#tagsHash<String,String>

The tags of the publishing destination resource.



2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
# File 'lib/aws-sdk-guardduty/types.rb', line 2971

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