Class: Aws::DataZone::Types::DomainUnitTarget
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::DomainUnitTarget
- Defined in:
- gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb
Overview
The target for the domain unit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_unit_id ⇒ String
The ID of the domain unit.
-
#include_child_domain_units ⇒ Boolean
Specifies whether to apply a rule to the child domain units.
Instance Attribute Details
#domain_unit_id ⇒ String
The ID of the domain unit.
6431 6432 6433 6434 6435 6436 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6431 class DomainUnitTarget < Struct.new( :domain_unit_id, :include_child_domain_units) SENSITIVE = [] include Aws::Structure end |
#include_child_domain_units ⇒ Boolean
Specifies whether to apply a rule to the child domain units.
6431 6432 6433 6434 6435 6436 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 6431 class DomainUnitTarget < Struct.new( :domain_unit_id, :include_child_domain_units) SENSITIVE = [] include Aws::Structure end |