Class: Aws::SecurityAgent::Types::BatchGetTargetDomainsOutput

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

Overview

Output for the BatchGetTargetDomains operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#not_foundArray<String>

The list of target domain identifiers that were not found.

Returns:

  • (Array<String>)


672
673
674
675
676
677
# File 'lib/aws-sdk-securityagent/types.rb', line 672

class BatchGetTargetDomainsOutput < Struct.new(
  :target_domains,
  :not_found)
  SENSITIVE = []
  include Aws::Structure
end

#target_domainsArray<Types::TargetDomain>

The list of target domains that were found.

Returns:



672
673
674
675
676
677
# File 'lib/aws-sdk-securityagent/types.rb', line 672

class BatchGetTargetDomainsOutput < Struct.new(
  :target_domains,
  :not_found)
  SENSITIVE = []
  include Aws::Structure
end