Class: Aws::GuardDuty::Types::AssociationDetail

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

Overview

Contains the full details of a custom detection rule association.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services account ID associated with this rule association.

Returns:

  • (String)


654
655
656
657
658
659
660
661
662
663
664
665
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 654

class AssociationDetail < Struct.new(
  :association_id,
  :arn,
  :rule_id,
  :account_id,
  :mode,
  :created_at,
  :updated_at,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#arnString

The Amazon Resource Name (ARN) of the association.

Returns:

  • (String)


654
655
656
657
658
659
660
661
662
663
664
665
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 654

class AssociationDetail < Struct.new(
  :association_id,
  :arn,
  :rule_id,
  :account_id,
  :mode,
  :created_at,
  :updated_at,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#association_idString

The unique identifier for the association.

Returns:

  • (String)


654
655
656
657
658
659
660
661
662
663
664
665
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 654

class AssociationDetail < Struct.new(
  :association_id,
  :arn,
  :rule_id,
  :account_id,
  :mode,
  :created_at,
  :updated_at,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

The timestamp when the association was created.

Returns:

  • (Time)


654
655
656
657
658
659
660
661
662
663
664
665
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 654

class AssociationDetail < Struct.new(
  :association_id,
  :arn,
  :rule_id,
  :account_id,
  :mode,
  :created_at,
  :updated_at,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#expires_atTime

The timestamp when the association expires.

Returns:

  • (Time)


654
655
656
657
658
659
660
661
662
663
664
665
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 654

class AssociationDetail < Struct.new(
  :association_id,
  :arn,
  :rule_id,
  :account_id,
  :mode,
  :created_at,
  :updated_at,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#modeString

The rule execution mode. Valid values: LIVE | DRY_RUN.

Returns:

  • (String)


654
655
656
657
658
659
660
661
662
663
664
665
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 654

class AssociationDetail < Struct.new(
  :association_id,
  :arn,
  :rule_id,
  :account_id,
  :mode,
  :created_at,
  :updated_at,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#rule_idString

The unique identifier for the custom detection rule.

Returns:

  • (String)


654
655
656
657
658
659
660
661
662
663
664
665
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 654

class AssociationDetail < Struct.new(
  :association_id,
  :arn,
  :rule_id,
  :account_id,
  :mode,
  :created_at,
  :updated_at,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The timestamp when the association was last updated.

Returns:

  • (Time)


654
655
656
657
658
659
660
661
662
663
664
665
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 654

class AssociationDetail < Struct.new(
  :association_id,
  :arn,
  :rule_id,
  :account_id,
  :mode,
  :created_at,
  :updated_at,
  :expires_at)
  SENSITIVE = []
  include Aws::Structure
end