Class: Aws::Macie2::Types::AllowListSummary

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

Overview

Provides a subset of information about an allow list.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString



202
203
204
205
206
207
208
209
210
211
# File 'lib/aws-sdk-macie2/types.rb', line 202

class AllowListSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime



202
203
204
205
206
207
208
209
210
211
# File 'lib/aws-sdk-macie2/types.rb', line 202

class AllowListSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString



202
203
204
205
206
207
208
209
210
211
# File 'lib/aws-sdk-macie2/types.rb', line 202

class AllowListSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#idString



202
203
204
205
206
207
208
209
210
211
# File 'lib/aws-sdk-macie2/types.rb', line 202

class AllowListSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString



202
203
204
205
206
207
208
209
210
211
# File 'lib/aws-sdk-macie2/types.rb', line 202

class AllowListSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime



202
203
204
205
206
207
208
209
210
211
# File 'lib/aws-sdk-macie2/types.rb', line 202

class AllowListSummary < Struct.new(
  :arn,
  :created_at,
  :description,
  :id,
  :name,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end