Class: Aws::Types::ListPackageVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPackageVersionsRequest
- 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.
-
#package_name ⇒ ::String
Returns the value of attribute package_name.
-
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3386 3387 3388 |
# File 'sig/types.rbs', line 3386 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3387 3388 3389 |
# File 'sig/types.rbs', line 3387 def next_token @next_token end |
#package_name ⇒ ::String
Returns the value of attribute package_name.
3384 3385 3386 |
# File 'sig/types.rbs', line 3384 def package_name @package_name end |
#status ⇒ "DRAFT", ...
Returns the value of attribute status.
3385 3386 3387 |
# File 'sig/types.rbs', line 3385 def status @status end |