Class: Aws::Types::GetLinkAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetLinkAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
-
#consistency_level ⇒ "SERIALIZABLE", "EVENTUAL"
Returns the value of attribute consistency_level.
-
#directory_arn ⇒ ::String
Returns the value of attribute directory_arn.
-
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
Returns the value of attribute typed_link_specifier.
Instance Attribute Details
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
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.
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.
866 867 868 |
# File 'sig/types.rbs', line 866 def directory_arn @directory_arn end |
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
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 |