Class: Aws::Macie2::Types::AllowListSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::AllowListSummary
- 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
- #arn ⇒ String
- #created_at ⇒ Time
- #description ⇒ String
- #id ⇒ String
- #name ⇒ String
- #updated_at ⇒ Time
Instance Attribute Details
#arn ⇒ String
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_at ⇒ Time
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 |
#description ⇒ String
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 |
#id ⇒ String
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 |
#name ⇒ String
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_at ⇒ Time
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 |