Class: Aws::Types::BatchGetTargetDomainsOutput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#not_found::Array[::String]

Returns the value of attribute not_found.

Returns:

  • (::Array[::String])


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.

Returns:



320
321
322
# File 'sig/types.rbs', line 320

def target_domains
  @target_domains
end