Class: Aws::GuardDuty::Types::DescribePublishingDestinationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::DescribePublishingDestinationResponse
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination_id ⇒ String
The ID of the publishing destination.
-
#destination_properties ⇒ Types::DestinationProperties
A
DestinationProperties
object that includes theDestinationArn
andKmsKeyArn
of the publishing destination. -
#destination_type ⇒ String
The type of publishing destination.
-
#publishing_failure_start_timestamp ⇒ Integer
The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the destination.
-
#status ⇒ String
The status of the publishing destination.
Instance Attribute Details
#destination_id ⇒ String
The ID of the publishing destination.
2618 2619 2620 2621 2622 2623 2624 2625 2626 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2618 class DescribePublishingDestinationResponse < Struct.new( :destination_id, :destination_type, :status, :publishing_failure_start_timestamp, :destination_properties) SENSITIVE = [] include Aws::Structure end |
#destination_properties ⇒ Types::DestinationProperties
A DestinationProperties
object that includes the DestinationArn
and KmsKeyArn
of the publishing destination.
2618 2619 2620 2621 2622 2623 2624 2625 2626 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2618 class DescribePublishingDestinationResponse < Struct.new( :destination_id, :destination_type, :status, :publishing_failure_start_timestamp, :destination_properties) SENSITIVE = [] include Aws::Structure end |
#destination_type ⇒ String
The type of publishing destination. Currently, only Amazon S3 buckets are supported.
2618 2619 2620 2621 2622 2623 2624 2625 2626 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2618 class DescribePublishingDestinationResponse < Struct.new( :destination_id, :destination_type, :status, :publishing_failure_start_timestamp, :destination_properties) SENSITIVE = [] include Aws::Structure end |
#publishing_failure_start_timestamp ⇒ Integer
The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the destination.
2618 2619 2620 2621 2622 2623 2624 2625 2626 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2618 class DescribePublishingDestinationResponse < Struct.new( :destination_id, :destination_type, :status, :publishing_failure_start_timestamp, :destination_properties) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the publishing destination.
2618 2619 2620 2621 2622 2623 2624 2625 2626 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2618 class DescribePublishingDestinationResponse < Struct.new( :destination_id, :destination_type, :status, :publishing_failure_start_timestamp, :destination_properties) SENSITIVE = [] include Aws::Structure end |