Class: Aws::Types::GetLinkAttributesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_names::Array[::String]

Returns the value of attribute attribute_names.

Returns:

  • (::Array[::String])


868
869
870
# File 'sig/types.rbs', line 868

def attribute_names
  @attribute_names
end

#consistency_level"SERIALIZABLE", "EVENTUAL"

Returns the value of attribute consistency_level.

Returns:

  • ("SERIALIZABLE", "EVENTUAL")


869
870
871
# File 'sig/types.rbs', line 869

def consistency_level
  @consistency_level
end

#directory_arn::String

Returns the value of attribute directory_arn.

Returns:

  • (::String)


866
867
868
# File 'sig/types.rbs', line 866

def directory_arn
  @directory_arn
end

Returns the value of attribute typed_link_specifier.



867
868
869
# File 'sig/types.rbs', line 867

def typed_link_specifier
  @typed_link_specifier
end