Class: Aws::Types::BatchListOutgoingTypedLinksResponse
- Inherits:
-
Object
- Object
- Aws::Types::BatchListOutgoingTypedLinksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#typed_link_specifiers ⇒ ::Array[Types::TypedLinkSpecifier]
Returns the value of attribute typed_link_specifiers.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
391 392 393 |
# File 'sig/types.rbs', line 391 def next_token @next_token end |
#typed_link_specifiers ⇒ ::Array[Types::TypedLinkSpecifier]
Returns the value of attribute typed_link_specifiers.
390 391 392 |
# File 'sig/types.rbs', line 390 def typed_link_specifiers @typed_link_specifiers end |