Class: Aws::Types::ListModelManifestsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListModelManifestsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#list_response_scope ⇒ "METADATA_ONLY"
Returns the value of attribute list_response_scope.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
Instance Attribute Details
#list_response_scope ⇒ "METADATA_ONLY"
Returns the value of attribute list_response_scope.
863 864 865 |
# File 'sig/types.rbs', line 863 def list_response_scope @list_response_scope end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
862 863 864 |
# File 'sig/types.rbs', line 862 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
861 862 863 |
# File 'sig/types.rbs', line 861 def next_token @next_token end |
#signal_catalog_arn ⇒ ::String
Returns the value of attribute signal_catalog_arn.
860 861 862 |
# File 'sig/types.rbs', line 860 def signal_catalog_arn @signal_catalog_arn end |