Class: Aws::Types::RuleTarget
- Inherits:
-
Object
- Object
- Aws::Types::RuleTarget
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: DomainUnitTarget, Unknown
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_unit_target ⇒ Types::DomainUnitTarget
Returns the value of attribute domain_unit_target.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#domain_unit_target ⇒ Types::DomainUnitTarget
Returns the value of attribute domain_unit_target.
5504 5505 5506 |
# File 'sig/types.rbs', line 5504 def domain_unit_target @domain_unit_target end |
#unknown ⇒ Object
Returns the value of attribute unknown.
5505 5506 5507 |
# File 'sig/types.rbs', line 5505 def unknown @unknown end |