Class: Aws::Types::DeleteResolverRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteResolverRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#field_name ⇒ ::String
Returns the value of attribute field_name.
-
#type_name ⇒ ::String
Returns the value of attribute type_name.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
513 514 515 |
# File 'sig/types.rbs', line 513 def api_id @api_id end |
#field_name ⇒ ::String
Returns the value of attribute field_name.
515 516 517 |
# File 'sig/types.rbs', line 515 def field_name @field_name end |
#type_name ⇒ ::String
Returns the value of attribute type_name.
514 515 516 |
# File 'sig/types.rbs', line 514 def type_name @type_name end |