Class: Aws::Macie2::Types::GetMacieSessionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::GetMacieSessionResponse
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Provides information about the current status and configuration settings for an Amazon Macie account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_at ⇒ Time
-
#finding_publishing_frequency ⇒ String
The frequency with which Amazon Macie publishes updates to policy findings for an account.
-
#service_role ⇒ String
-
#status ⇒ String
The status of an Amazon Macie account.
-
#updated_at ⇒ Time
Instance Attribute Details
#created_at ⇒ Time
2796 2797 2798 2799 2800 2801 2802 2803 2804 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2796 class GetMacieSessionResponse < Struct.new( :created_at, :finding_publishing_frequency, :service_role, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#finding_publishing_frequency ⇒ String
The frequency with which Amazon Macie publishes updates to policy findings for an account. This includes publishing updates to AWS Security Hub and Amazon EventBridge (formerly called Amazon CloudWatch Events). Valid values are:
2796 2797 2798 2799 2800 2801 2802 2803 2804 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2796 class GetMacieSessionResponse < Struct.new( :created_at, :finding_publishing_frequency, :service_role, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#service_role ⇒ String
2796 2797 2798 2799 2800 2801 2802 2803 2804 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2796 class GetMacieSessionResponse < Struct.new( :created_at, :finding_publishing_frequency, :service_role, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of an Amazon Macie account. Valid values are:
2796 2797 2798 2799 2800 2801 2802 2803 2804 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2796 class GetMacieSessionResponse < Struct.new( :created_at, :finding_publishing_frequency, :service_role, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
2796 2797 2798 2799 2800 2801 2802 2803 2804 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 2796 class GetMacieSessionResponse < Struct.new( :created_at, :finding_publishing_frequency, :service_role, :status, :updated_at) SENSITIVE = [] include Aws::Structure end |