Class: Aws::Macie2::Types::CreateAllowListResponse

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

Overview

Provides information about an allow list that was created in response to a request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Returns:

  • (String)


1139
1140
1141
1142
1143
1144
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1139

class CreateAllowListResponse < Struct.new(
  :arn,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Returns:

  • (String)


1139
1140
1141
1142
1143
1144
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1139

class CreateAllowListResponse < Struct.new(
  :arn,
  :id)
  SENSITIVE = []
  include Aws::Structure
end