Class: Aws::Types::ListSchemaVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListSchemaVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#limit ⇒ ::Integer
Returns the value of attribute limit.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
-
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
Instance Attribute Details
#limit ⇒ ::Integer
Returns the value of attribute limit.
365 366 367 |
# File 'sig/types.rbs', line 365 def limit @limit end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
366 367 368 |
# File 'sig/types.rbs', line 366 def next_token @next_token end |
#registry_name ⇒ ::String
Returns the value of attribute registry_name.
367 368 369 |
# File 'sig/types.rbs', line 367 def registry_name @registry_name end |
#schema_name ⇒ ::String
Returns the value of attribute schema_name.
368 369 370 |
# File 'sig/types.rbs', line 368 def schema_name @schema_name end |