Class: Aws::SecurityAgent::Types::BatchGetTargetDomainsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchGetTargetDomainsOutput
- 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
-
#not_found ⇒ Array<String>
List of target domain IDs that could not be found.
-
#target_domains ⇒ Array<Types::TargetDomain>
List of target domains that were successfully retrieved.
Instance Attribute Details
#not_found ⇒ Array<String>
List of target domain IDs that could not be found
658 659 660 661 662 663 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 658 class BatchGetTargetDomainsOutput < Struct.new( :target_domains, :not_found) SENSITIVE = [] include Aws::Structure end |
#target_domains ⇒ Array<Types::TargetDomain>
List of target domains that were successfully retrieved
658 659 660 661 662 663 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 658 class BatchGetTargetDomainsOutput < Struct.new( :target_domains, :not_found) SENSITIVE = [] include Aws::Structure end |