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)


2374
2375
2376
2377
2378
2379
2380
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2374

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)


2374
2375
2376
2377
2378
2379
2380
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2374

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

#statusString

The status of the publishing destination.

Returns:

  • (String)


2374
2375
2376
2377
2378
2379
2380
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 2374

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