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.
1078 1079 1080 1081 1082 |
# File 'lib/aws-sdk-securityagent/types.rb', line 1078 class BatchGetTargetDomainsInput < Struct.new( :target_domain_ids) SENSITIVE = [] include Aws::Structure end |