Class: Aws::CloudDirectory::Types::GetTypedLinkFacetInformationRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The unique name of the typed link facet.

Returns:

  • (String)


3159
3160
3161
3162
3163
3164
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3159

class GetTypedLinkFacetInformationRequest < Struct.new(
  :schema_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#schema_arnString

The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

Returns:

  • (String)


3159
3160
3161
3162
3163
3164
# File 'gems/aws-sdk-clouddirectory/lib/aws-sdk-clouddirectory/types.rb', line 3159

class GetTypedLinkFacetInformationRequest < Struct.new(
  :schema_arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end