Class: Aws::Types::PutProfileObjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutProfileObjectRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#object ⇒ ::String
Returns the value of attribute object.
-
#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.
2337 2338 2339 |
# File 'sig/types.rbs', line 2337 def domain_name @domain_name end |
#object ⇒ ::String
Returns the value of attribute object.
2336 2337 2338 |
# File 'sig/types.rbs', line 2336 def object @object end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
2335 2336 2337 |
# File 'sig/types.rbs', line 2335 def object_type_name @object_type_name end |