Class: Aws::Macie2::Types::ApiCallDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ApiCallDetails
- Includes:
- Structure
- Defined in:
- 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
#api ⇒ String
230 231 232 233 234 235 236 237 |
# File '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_name ⇒ String
230 231 232 233 234 235 236 237 |
# File '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_seen ⇒ Time
230 231 232 233 234 235 236 237 |
# File '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_seen ⇒ Time
230 231 232 233 234 235 236 237 |
# File '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 |