Class: Aws::Macie2::Types::AwsService
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::AwsService
- Defined in:
- gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb
Overview
Provides information about an Amazon Web Service that performed an action on an affected resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#invoked_by ⇒ String
362 363 364 365 366 |
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 362 class AwsService < Struct.new( :invoked_by) SENSITIVE = [] include Aws::Structure end |