Class: Aws::GuardDuty::Types::ApiCall
- Inherits:
-
Struct
- Object
- Struct
- Aws::GuardDuty::Types::ApiCall
- Defined in:
- gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb
Overview
Contains information about an API call that was observed as part of an activity.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ String
The error code that was returned, if the API call failed.
-
#operation ⇒ String
The name of the API operation that was invoked.
-
#service ⇒ String
The service that the API operation was invoked against.
-
#user_agent ⇒ String
User agent in the request to the API operation.
Instance Attribute Details
#error ⇒ String
The error code that was returned, if the API call failed.
630 631 632 633 634 635 636 637 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 630 class ApiCall < Struct.new( :operation, :service, :error, :user_agent) SENSITIVE = [] include Aws::Structure end |
#operation ⇒ String
The name of the API operation that was invoked.
630 631 632 633 634 635 636 637 |
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 630 class ApiCall < Struct.new( :operation, :service, :error, :user_agent) SENSITIVE = [] include Aws::Structure end |