You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::GuardDuty::Types::Destination
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::Destination
- Defined in:
- (unknown)
Overview
Contains information about the publishing destination, including the ID, type, and status.
Instance Attribute Summary collapse
-
#destination_id ⇒ String
The unique ID of the publishing destination.
-
#destination_type ⇒ String
The type of resource used for the publishing destination.
-
#status ⇒ String
The status of the publishing destination.
Instance Attribute Details
#destination_id ⇒ String
The unique ID of the publishing destination.
#destination_type ⇒ String
The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.
Possible values:
- S3
#status ⇒ String
The status of the publishing destination.
Possible values:
- PENDING_VERIFICATION
- PUBLISHING
- UNABLE_TO_PUBLISH_FIX_DESTINATION_PROPERTY
- STOPPED