Class: Aws::Types::ListPartnerAccountsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListPartnerAccountsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#sidewalk ⇒ ::Array[Types::SidewalkAccountInfoWithFingerprint]
Returns the value of attribute sidewalk.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def next_token @next_token end |
#sidewalk ⇒ ::Array[Types::SidewalkAccountInfoWithFingerprint]
Returns the value of attribute sidewalk.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def sidewalk @sidewalk end |