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

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

Overview

Contains information about the API action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#affected_resourcesHash<String,String>

The details of the Amazon Web Services account that made the API call. This field identifies the resources that were affected by this API call.

Returns:

  • (Hash<String,String>)


661
662
663
664
665
666
667
668
669
670
671
672
673
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 661

class AwsApiCallAction < Struct.new(
  :api,
  :caller_type,
  :domain_details,
  :error_code,
  :user_agent,
  :remote_ip_details,
  :service_name,
  :remote_account_details,
  :affected_resources)
  SENSITIVE = []
  include Aws::Structure
end

#apiString

The Amazon Web Services API name.

Returns:

  • (String)


661
662
663
664
665
666
667
668
669
670
671
672
673
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 661

class AwsApiCallAction < Struct.new(
  :api,
  :caller_type,
  :domain_details,
  :error_code,
  :user_agent,
  :remote_ip_details,
  :service_name,
  :remote_account_details,
  :affected_resources)
  SENSITIVE = []
  include Aws::Structure
end

#caller_typeString

The Amazon Web Services API caller type.

Returns:

  • (String)


661
662
663
664
665
666
667
668
669
670
671
672
673
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 661

class AwsApiCallAction < Struct.new(
  :api,
  :caller_type,
  :domain_details,
  :error_code,
  :user_agent,
  :remote_ip_details,
  :service_name,
  :remote_account_details,
  :affected_resources)
  SENSITIVE = []
  include Aws::Structure
end

#domain_detailsTypes::DomainDetails

The domain information for the Amazon Web Services API call.



661
662
663
664
665
666
667
668
669
670
671
672
673
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 661

class AwsApiCallAction < Struct.new(
  :api,
  :caller_type,
  :domain_details,
  :error_code,
  :user_agent,
  :remote_ip_details,
  :service_name,
  :remote_account_details,
  :affected_resources)
  SENSITIVE = []
  include Aws::Structure
end

#error_codeString

The error code of the failed Amazon Web Services API action.

Returns:

  • (String)


661
662
663
664
665
666
667
668
669
670
671
672
673
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 661

class AwsApiCallAction < Struct.new(
  :api,
  :caller_type,
  :domain_details,
  :error_code,
  :user_agent,
  :remote_ip_details,
  :service_name,
  :remote_account_details,
  :affected_resources)
  SENSITIVE = []
  include Aws::Structure
end

#remote_account_detailsTypes::RemoteAccountDetails

The details of the Amazon Web Services account that made the API call. This field appears if the call was made from outside your account.



661
662
663
664
665
666
667
668
669
670
671
672
673
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 661

class AwsApiCallAction < Struct.new(
  :api,
  :caller_type,
  :domain_details,
  :error_code,
  :user_agent,
  :remote_ip_details,
  :service_name,
  :remote_account_details,
  :affected_resources)
  SENSITIVE = []
  include Aws::Structure
end

#remote_ip_detailsTypes::RemoteIpDetails

The remote IP information of the connection that initiated the Amazon Web Services API call.



661
662
663
664
665
666
667
668
669
670
671
672
673
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 661

class AwsApiCallAction < Struct.new(
  :api,
  :caller_type,
  :domain_details,
  :error_code,
  :user_agent,
  :remote_ip_details,
  :service_name,
  :remote_account_details,
  :affected_resources)
  SENSITIVE = []
  include Aws::Structure
end

#service_nameString

The Amazon Web Services service name whose API was invoked.

Returns:

  • (String)


661
662
663
664
665
666
667
668
669
670
671
672
673
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 661

class AwsApiCallAction < Struct.new(
  :api,
  :caller_type,
  :domain_details,
  :error_code,
  :user_agent,
  :remote_ip_details,
  :service_name,
  :remote_account_details,
  :affected_resources)
  SENSITIVE = []
  include Aws::Structure
end

#user_agentString

The agent through which the API request was made.

Returns:

  • (String)


661
662
663
664
665
666
667
668
669
670
671
672
673
# File 'gems/aws-sdk-guardduty/lib/aws-sdk-guardduty/types.rb', line 661

class AwsApiCallAction < Struct.new(
  :api,
  :caller_type,
  :domain_details,
  :error_code,
  :user_agent,
  :remote_ip_details,
  :service_name,
  :remote_account_details,
  :affected_resources)
  SENSITIVE = []
  include Aws::Structure
end