Class: Aws::Types::ListManagedDataIdentifiersResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListManagedDataIdentifiersResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#items ⇒ ::Array[Types::ManagedDataIdentifierSummary]
Returns the value of attribute items.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#items ⇒ ::Array[Types::ManagedDataIdentifierSummary]
Returns the value of attribute items.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def items @items end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def next_token @next_token end |