Class: Aws::Types::DetectProfileObjectTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetectProfileObjectTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#objects ⇒ ::Array[::String]
Returns the value of attribute objects.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
798 799 800 |
# File 'sig/types.rbs', line 798 def domain_name @domain_name end |
#objects ⇒ ::Array[::String]
Returns the value of attribute objects.
797 798 799 |
# File 'sig/types.rbs', line 797 def objects @objects end |