Class: Aws::Types::DetectProfileObjectTypeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:objects])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_name::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


798
799
800
# File 'sig/types.rbs', line 798

def domain_name
  @domain_name
end

#objects::Array[::String]

Returns the value of attribute objects.

Returns:

  • (::Array[::String])


797
798
799
# File 'sig/types.rbs', line 797

def objects
  @objects
end