Class: Aws::GuardDuty::Types::Destination

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb

Overview

Contains information about the publishing destination, including the ID, type, and status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destination_idString

The unique ID of the publishing destination.

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
2270
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2264

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

#destination_typeString

The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
2270
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2264

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

#statusString

The status of the publishing destination.

Returns:

  • (String)


2264
2265
2266
2267
2268
2269
2270
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2264

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