Class: Aws::Types::GetLinksResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLinksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#links ⇒ ::Array[Types::Link]
Returns the value of attribute links.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#links ⇒ ::Array[Types::Link]
Returns the value of attribute links.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def links @links end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def next_token @next_token end |