Class: Aws::GuardDuty::Types::AssociationDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::AssociationDetail
- 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
-
#account_id ⇒ String
The Amazon Web Services account ID associated with this rule association.
-
#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
#account_id ⇒ String
The Amazon Web Services account ID associated with this rule association.
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 |
#arn ⇒ String
The Amazon Resource Name (ARN) of the association.
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_id ⇒ String
The unique identifier for the association.
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_at ⇒ Time
The timestamp when the association was created.
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_at ⇒ Time
The timestamp when the association expires.
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 |
#mode ⇒ String
The rule execution mode. Valid values: LIVE | DRY_RUN.
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_id ⇒ String
The unique identifier for the custom detection rule.
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_at ⇒ Time
The timestamp when the association was last updated.
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 |