Class: Aws::SecurityHub::Types::AwsApiCallActionDomainDetails

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

Overview

Provided if CallerType is domain. It provides information about the DNS domain that issued the API call.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#domainString

The name of the DNS domain that issued the API call.

Returns:

  • (String)


1617
1618
1619
1620
1621
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 1617

class AwsApiCallActionDomainDetails < Struct.new(
  :domain)
  SENSITIVE = []
  include Aws::Structure
end