Class: Aws::Types::ListTypeRegistrationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::ListTypeRegistrationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registration_token_list ⇒ ::Array[::String]
Returns the value of attribute registration_token_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
1193 1194 1195 |
# File 'sig/types.rbs', line 1193 def next_token @next_token end |
#registration_token_list ⇒ ::Array[::String]
Returns the value of attribute registration_token_list.
1192 1193 1194 |
# File 'sig/types.rbs', line 1192 def registration_token_list @registration_token_list end |