Class: Aws::Types::BatchGetTargetDomainsOutput
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetTargetDomainsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
-
#target_domains ⇒ ::Array[Types::TargetDomain]
Returns the value of attribute target_domains.
Instance Attribute Details
#not_found ⇒ ::Array[::String]
Returns the value of attribute not_found.
323 324 325 |
# File 'sig/types.rbs', line 323 def not_found @not_found end |
#target_domains ⇒ ::Array[Types::TargetDomain]
Returns the value of attribute target_domains.
322 323 324 |
# File 'sig/types.rbs', line 322 def target_domains @target_domains end |