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

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


1671
1672
1673
1674
1675
1676
1677
# File 'lib/aws-sdk-guardduty/types.rb', line 1671

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)


1671
1672
1673
1674
1675
1676
1677
# File 'lib/aws-sdk-guardduty/types.rb', line 1671

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

#statusString

The status of the publishing destination.

Returns:

  • (String)


1671
1672
1673
1674
1675
1676
1677
# File 'lib/aws-sdk-guardduty/types.rb', line 1671

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