Class: Aws::Types::ListPackageVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPackageVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
-
#format ⇒ "npm", ...
Returns the value of attribute format.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#origin_type ⇒ "INTERNAL", ...
Returns the value of attribute origin_type.
-
#package ⇒ ::String
Returns the value of attribute package.
-
#repository ⇒ ::String
Returns the value of attribute repository.
-
#sort_by ⇒ "PUBLISHED_TIME"
Returns the value of attribute sort_by.
-
#status ⇒ "Published", ...
Returns the value of attribute status.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
559 560 561 |
# File 'sig/types.rbs', line 559 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
560 561 562 |
# File 'sig/types.rbs', line 560 def domain_owner @domain_owner end |
#format ⇒ "npm", ...
Returns the value of attribute format.
562 563 564 |
# File 'sig/types.rbs', line 562 def format @format end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
567 568 569 |
# File 'sig/types.rbs', line 567 def max_results @max_results end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
563 564 565 |
# File 'sig/types.rbs', line 563 def namespace @namespace end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
568 569 570 |
# File 'sig/types.rbs', line 568 def next_token @next_token end |
#origin_type ⇒ "INTERNAL", ...
Returns the value of attribute origin_type.
569 570 571 |
# File 'sig/types.rbs', line 569 def origin_type @origin_type end |
#package ⇒ ::String
Returns the value of attribute package.
564 565 566 |
# File 'sig/types.rbs', line 564 def package @package end |
#repository ⇒ ::String
Returns the value of attribute repository.
561 562 563 |
# File 'sig/types.rbs', line 561 def repository @repository end |
#sort_by ⇒ "PUBLISHED_TIME"
Returns the value of attribute sort_by.
566 567 568 |
# File 'sig/types.rbs', line 566 def sort_by @sort_by end |
#status ⇒ "Published", ...
Returns the value of attribute status.
565 566 567 |
# File 'sig/types.rbs', line 565 def status @status end |