Class: Aws::Types::DeleteTypedLinkFacetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteTypedLinkFacetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
684 685 686 |
# File 'sig/types.rbs', line 684 def name @name end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
683 684 685 |
# File 'sig/types.rbs', line 683 def schema_arn @schema_arn end |