Class: Aws::GuardDuty::Types::AssociationSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AssociationSummary
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains summary information about a custom detection rule association.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the association.
-
#association_id ⇒ String
The unique identifier for the association.
-
#created_at ⇒ Time
The timestamp when the association was created.
-
#expires_at ⇒ Time
The timestamp when the association expires.
-
#mode ⇒ String
The rule execution mode.
-
#rule_id ⇒ String
The unique identifier for the custom detection rule.
-
#updated_at ⇒ Time
The timestamp when the association was last updated.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the association.
751 752 753 754 755 756 757 758 759 760 761 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 751 class AssociationSummary < Struct.new( :association_id, :arn, :rule_id, :mode, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#association_id ⇒ String
The unique identifier for the association.
751 752 753 754 755 756 757 758 759 760 761 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 751 class AssociationSummary < Struct.new( :association_id, :arn, :rule_id, :mode, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the association was created.
751 752 753 754 755 756 757 758 759 760 761 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 751 class AssociationSummary < Struct.new( :association_id, :arn, :rule_id, :mode, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#expires_at ⇒ Time
The timestamp when the association expires.
751 752 753 754 755 756 757 758 759 760 761 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 751 class AssociationSummary < Struct.new( :association_id, :arn, :rule_id, :mode, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#mode ⇒ String
The rule execution mode. Valid values: LIVE | DRY_RUN.
751 752 753 754 755 756 757 758 759 760 761 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 751 class AssociationSummary < Struct.new( :association_id, :arn, :rule_id, :mode, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#rule_id ⇒ String
The unique identifier for the custom detection rule.
751 752 753 754 755 756 757 758 759 760 761 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 751 class AssociationSummary < Struct.new( :association_id, :arn, :rule_id, :mode, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the association was last updated.
751 752 753 754 755 756 757 758 759 760 761 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 751 class AssociationSummary < Struct.new( :association_id, :arn, :rule_id, :mode, :created_at, :updated_at, :expires_at) SENSITIVE = [] include Aws::Structure end |