Class: Aws::Macie2::Types::ApiCallDetails

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

Overview

Provides information about an API operation that an entity invoked for an affected resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apiString

Returns:

  • (String)


230
231
232
233
234
235
236
237
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 230

class ApiCallDetails < Struct.new(
  :api,
  :api_service_name,
  :first_seen,
  :last_seen)
  SENSITIVE = []
  include Aws::Structure
end

#api_service_nameString

Returns:

  • (String)


230
231
232
233
234
235
236
237
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 230

class ApiCallDetails < Struct.new(
  :api,
  :api_service_name,
  :first_seen,
  :last_seen)
  SENSITIVE = []
  include Aws::Structure
end

#first_seenTime

Returns:

  • (Time)


230
231
232
233
234
235
236
237
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 230

class ApiCallDetails < Struct.new(
  :api,
  :api_service_name,
  :first_seen,
  :last_seen)
  SENSITIVE = []
  include Aws::Structure
end

#last_seenTime

Returns:

  • (Time)


230
231
232
233
234
235
236
237
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 230

class ApiCallDetails < Struct.new(
  :api,
  :api_service_name,
  :first_seen,
  :last_seen)
  SENSITIVE = []
  include Aws::Structure
end