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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/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>)


829
830
831
832
833
834
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 829

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:



829
830
831
832
833
834
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 829

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