Class: Aws::Types::ListPublishedSchemaArnsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPublishedSchemaArnsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def next_token @next_token end |
#schema_arn ⇒ ::String
Returns the value of attribute schema_arn.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def schema_arn @schema_arn end |