Class: Aws::GuardDuty::Types::AwsApiCallAction

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-guardduty/types.rb

Overview

Information about the AWS_API_CALL action described in this finding.

Instance Attribute Summary collapse

Instance Attribute Details

#apiString

AWS API name.

Returns:

  • (String)


191
192
193
194
195
196
197
198
# File 'lib/aws-sdk-guardduty/types.rb', line 191

class AwsApiCallAction < Struct.new(
  :api,
  :caller_type,
  :domain_details,
  :remote_ip_details,
  :service_name)
  include Aws::Structure
end

#caller_typeString

AWS API caller type.

Returns:

  • (String)


191
192
193
194
195
196
197
198
# File 'lib/aws-sdk-guardduty/types.rb', line 191

class AwsApiCallAction < Struct.new(
  :api,
  :caller_type,
  :domain_details,
  :remote_ip_details,
  :service_name)
  include Aws::Structure
end

#domain_detailsTypes::DomainDetails

Domain information for the AWS API call.



191
192
193
194
195
196
197
198
# File 'lib/aws-sdk-guardduty/types.rb', line 191

class AwsApiCallAction < Struct.new(
  :api,
  :caller_type,
  :domain_details,
  :remote_ip_details,
  :service_name)
  include Aws::Structure
end

#remote_ip_detailsTypes::RemoteIpDetails

Remote IP information of the connection.



191
192
193
194
195
196
197
198
# File 'lib/aws-sdk-guardduty/types.rb', line 191

class AwsApiCallAction < Struct.new(
  :api,
  :caller_type,
  :domain_details,
  :remote_ip_details,
  :service_name)
  include Aws::Structure
end

#service_nameString

AWS service name whose API was invoked.

Returns:

  • (String)


191
192
193
194
195
196
197
198
# File 'lib/aws-sdk-guardduty/types.rb', line 191

class AwsApiCallAction < Struct.new(
  :api,
  :caller_type,
  :domain_details,
  :remote_ip_details,
  :service_name)
  include Aws::Structure
end