Class: Aws::CloudDirectory::Types::GetLinkAttributesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_namesArray<String>

A list of attribute names whose values will be retrieved.

Returns:

  • (Array<String>)


3008
3009
3010
3011
3012
3013
3014
3015
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3008

class GetLinkAttributesRequest < Struct.new(
  :directory_arn,
  :typed_link_specifier,
  :attribute_names,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end

#consistency_levelString

The consistency level at which to retrieve the attributes on a typed link.

Returns:

  • (String)


3008
3009
3010
3011
3012
3013
3014
3015
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3008

class GetLinkAttributesRequest < Struct.new(
  :directory_arn,
  :typed_link_specifier,
  :attribute_names,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end

#directory_arnString

The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or [Typed Links].

[1]: docs.aws.amazon.com/clouddirectory/latest/developerguide/directory_objects_links.html#directory_objects_links_typedlink

Returns:

  • (String)


3008
3009
3010
3011
3012
3013
3014
3015
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3008

class GetLinkAttributesRequest < Struct.new(
  :directory_arn,
  :typed_link_specifier,
  :attribute_names,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end

Allows a typed link specifier to be accepted as input.



3008
3009
3010
3011
3012
3013
3014
3015
# File 'lib/aws-sdk-clouddirectory/types.rb', line 3008

class GetLinkAttributesRequest < Struct.new(
  :directory_arn,
  :typed_link_specifier,
  :attribute_names,
  :consistency_level)
  SENSITIVE = []
  include Aws::Structure
end