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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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.

Length Constraints: 128.

Returns:

  • (String)


1627
1628
1629
1630
1631
# File 'lib/aws-sdk-securityhub/types.rb', line 1627

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