Class: Aws::Types::BatchGetLinkAttributes
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetLinkAttributes
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_names ⇒ ::Array[::String]
Returns the value of attribute attribute_names.
-
#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.
240 241 242 |
# File 'sig/types.rbs', line 240 def attribute_names @attribute_names end |
#typed_link_specifier ⇒ Types::TypedLinkSpecifier
Returns the value of attribute typed_link_specifier.
239 240 241 |
# File 'sig/types.rbs', line 239 def typed_link_specifier @typed_link_specifier end |