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.
321 322 323 |
# File 'sig/types.rbs', line 321 def not_found @not_found end |
#target_domains ⇒ ::Array[Types::TargetDomain]
Returns the value of attribute target_domains.
320 321 322 |
# File 'sig/types.rbs', line 320 def target_domains @target_domains end |