Class: Aws::Types::TypedLinkSchemaAndFacetName
- Inherits:
-
Object
- Object
- Aws::Types::TypedLinkSchemaAndFacetName
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
-
#typed_link_name ⇒ ::String
Returns the value of attribute typed_link_name.
Instance Attribute Details
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def schema_arn @schema_arn end |
#typed_link_name ⇒ ::String
Returns the value of attribute typed_link_name.
1515 1516 1517 |
# File 'sig/types.rbs', line 1515 def typed_link_name @typed_link_name end |