Class: Aws::Types::GetLinkInput
- Inherits:
-
Object
- Object
- Aws::Types::GetLinkInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#include_tags ⇒ Boolean
Returns the value of attribute include_tags.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
69 70 71 |
# File 'sig/types.rbs', line 69 def identifier @identifier end |
#include_tags ⇒ Boolean
Returns the value of attribute include_tags.
70 71 72 |
# File 'sig/types.rbs', line 70 def @include_tags end |