Class: Aws::Types::DeleteProfileObjectRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProfileObjectRequest
- 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.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#profile_object_unique_key ⇒ ::String
Returns the value of attribute profile_object_unique_key.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
698 699 700 |
# File 'sig/types.rbs', line 698 def domain_name @domain_name end |
#object_type_name ⇒ ::String
Returns the value of attribute object_type_name.
697 698 699 |
# File 'sig/types.rbs', line 697 def object_type_name @object_type_name end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
695 696 697 |
# File 'sig/types.rbs', line 695 def profile_id @profile_id end |
#profile_object_unique_key ⇒ ::String
Returns the value of attribute profile_object_unique_key.
696 697 698 |
# File 'sig/types.rbs', line 696 def profile_object_unique_key @profile_object_unique_key end |