Method: Aws::CloudDirectory::Types::GetTypedLinkFacetInformationRequest#schema_arn
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
#schema_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.
3159 3160 3161 3162 3163 3164 |
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3159 class GetTypedLinkFacetInformationRequest < Struct.new( :schema_arn, :name) SENSITIVE = [] include Aws::Structure end |