Class: Aws::CloudDirectory::Types::GetLinkAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudDirectory::Types::GetLinkAttributesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-clouddirectory/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute_names ⇒ Array<String>
A list of attribute names whose values will be retrieved.
-
#consistency_level ⇒ String
The consistency level at which to retrieve the attributes on a typed link.
-
#directory_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides.
-
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
Allows a typed link specifier to be accepted as input.
Instance Attribute Details
#attribute_names ⇒ Array<String>
A list of attribute names whose values will be retrieved.
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_level ⇒ String
The consistency level at which to retrieve the attributes on a typed link.
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_arn ⇒ String
The Amazon Resource Name (ARN) that is associated with the Directory where the typed link resides. For more information, see arns or [Typed Links].
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 |
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
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 |