Class: Aws::Macie2::Types::AwsService

Inherits:
Struct
  • Object
show all
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_byString

Returns:

  • (String)


301
302
303
304
305
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 301

class AwsService < Struct.new(
  :invoked_by)
  SENSITIVE = []
  include Aws::Structure
end