Class: Aws::GuardDuty::Types::ApiCall

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

Instance Attribute Details

#errorString

The error code that was returned, if the API call failed.

Returns:

  • (String)


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

#operationString

The name of the API operation that was invoked.

Returns:

  • (String)


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

#serviceString

The service that the API operation was invoked against.

Returns:

  • (String)


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

#user_agentString

User agent in the request to the API operation

Returns:

  • (String)


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