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.
1068 1069 1070 1071 1072 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1068 class BatchGetTargetDomainsInput < Struct.new( :target_domain_ids) SENSITIVE = [] include Aws::Structure end |