Class: Aws::Types::GetProfileObjectTypeRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetProfileObjectTypeRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def domain_name @domain_name end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def object_type_name @object_type_name end |