Class: Aws::Macie2::Types::AllowListStatus

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

Overview

Provides information about the current status of an allow list, which indicates whether Amazon Macie can access and use the list's criteria.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Indicates the current status of an allow list. Depending on the type of criteria that the list specifies, possible values are:

Returns:

  • (String)


173
174
175
176
177
178
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 173

class AllowListStatus < Struct.new(
  :code,
  :description)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Returns:

  • (String)


173
174
175
176
177
178
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 173

class AllowListStatus < Struct.new(
  :code,
  :description)
  SENSITIVE = []
  include Aws::Structure
end