Class: Aws::SecurityAgent::Types::BatchGetTargetDomainsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::BatchGetTargetDomainsInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityagent/types.rb
Overview
Input for batch retrieving target domains.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#target_domain_ids ⇒ Array<String>
The list of target domain identifiers to retrieve.
Instance Attribute Details
#target_domain_ids ⇒ Array<String>
The list of target domain identifiers to retrieve.
654 655 656 657 658 |
# File 'lib/aws-sdk-securityagent/types.rb', line 654 class BatchGetTargetDomainsInput < Struct.new( :target_domain_ids) SENSITIVE = [] include Aws::Structure end |