Class: Aws::Types::ListPackagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPackagesRequest
- 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.
-
#package_prefix ⇒ ::String
Returns the value of attribute package_prefix.
-
#publish ⇒ "ALLOW", "BLOCK"
Returns the value of attribute publish.
-
#repository ⇒ ::String
Returns the value of attribute repository.
-
#upstream ⇒ "ALLOW", "BLOCK"
Returns the value of attribute upstream.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
584 585 586 |
# File 'sig/types.rbs', line 584 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
585 586 587 |
# File 'sig/types.rbs', line 585 def domain_owner @domain_owner end |
#format ⇒ "npm", ...
Returns the value of attribute format.
587 588 589 |
# File 'sig/types.rbs', line 587 def format @format end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
590 591 592 |
# File 'sig/types.rbs', line 590 def max_results @max_results end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
588 589 590 |
# File 'sig/types.rbs', line 588 def namespace @namespace end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
591 592 593 |
# File 'sig/types.rbs', line 591 def next_token @next_token end |
#package_prefix ⇒ ::String
Returns the value of attribute package_prefix.
589 590 591 |
# File 'sig/types.rbs', line 589 def package_prefix @package_prefix end |
#publish ⇒ "ALLOW", "BLOCK"
Returns the value of attribute publish.
592 593 594 |
# File 'sig/types.rbs', line 592 def publish @publish end |
#repository ⇒ ::String
Returns the value of attribute repository.
586 587 588 |
# File 'sig/types.rbs', line 586 def repository @repository end |
#upstream ⇒ "ALLOW", "BLOCK"
Returns the value of attribute upstream.
593 594 595 |
# File 'sig/types.rbs', line 593 def upstream @upstream end |