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])


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.

Returns:



322
323
324
# File 'sig/types.rbs', line 322

def target_domains
  @target_domains
end