Class: Aws::SecurityHub::Types::AwsApiCallActionDomainDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsApiCallActionDomainDetails
- Defined in:
- gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb
Overview
Note:
When making an API call, you may pass AwsApiCallActionDomainDetails data as a hash:
{
domain: "NonEmptyString",
}
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
-
#domain ⇒ String
The name of the DNS domain that issued the API call.
Instance Attribute Details
#domain ⇒ String
The name of the DNS domain that issued the API call.
638 639 640 641 642 |
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 638 class AwsApiCallActionDomainDetails < Struct.new( :domain) SENSITIVE = [] include Aws::Structure end |