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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-macie2/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

Returns:

  • (Time)


202
203
204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-macie2/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

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-macie2/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

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-macie2/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

Returns:

  • (String)


202
203
204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-macie2/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

Returns:

  • (Time)


202
203
204
205
206
207
208
209
210
211
# File 'gems/aws-sdk-macie2/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