Class: Aws::Types::DeleteRegistrationFieldValueRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRegistrationFieldValueRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_path ⇒ ::String
Returns the value of attribute field_path.
-
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
Instance Attribute Details
#field_path ⇒ ::String
Returns the value of attribute field_path.
628 629 630 |
# File 'sig/types.rbs', line 628 def field_path @field_path end |
#registration_id ⇒ ::String
Returns the value of attribute registration_id.
627 628 629 |
# File 'sig/types.rbs', line 627 def registration_id @registration_id end |