Class: Aws::Macie2::Types::GetMacieSessionResponse

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

Overview

Provides information about the status and configuration settings for an Amazon Macie account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

Returns:

  • (Time)


3100
3101
3102
3103
3104
3105
3106
3107
3108
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3100

class GetMacieSessionResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#finding_publishing_frequencyString

The frequency with which Amazon Macie publishes updates to policy findings for an account. This includes publishing updates to Security Hub and Amazon EventBridge (formerly Amazon CloudWatch Events). For more information, see Monitoring and processing findings in the Amazon Macie User Guide. Valid values are:

Returns:

  • (String)


3100
3101
3102
3103
3104
3105
3106
3107
3108
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3100

class GetMacieSessionResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#service_roleString

Returns:

  • (String)


3100
3101
3102
3103
3104
3105
3106
3107
3108
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3100

class GetMacieSessionResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of an Amazon Macie account. Valid values are:

Returns:

  • (String)


3100
3101
3102
3103
3104
3105
3106
3107
3108
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3100

class GetMacieSessionResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

Returns:

  • (Time)


3100
3101
3102
3103
3104
3105
3106
3107
3108
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3100

class GetMacieSessionResponse < Struct.new(
  :created_at,
  :finding_publishing_frequency,
  :service_role,
  :status,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end