Class: Aws::Types::ListClassificationScopesResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListClassificationScopesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#classification_scopes ⇒ ::Array[Types::ClassificationScopeSummary]
Returns the value of attribute classification_scopes.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#classification_scopes ⇒ ::Array[Types::ClassificationScopeSummary]
Returns the value of attribute classification_scopes.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def classification_scopes @classification_scopes end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def next_token @next_token end |