Class: Aws::Types::CopyPackageVersionsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CopyPackageVersionsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_overwrite ⇒ Boolean
Returns the value of attribute allow_overwrite.
-
#destination_repository ⇒ ::String
Returns the value of attribute destination_repository.
-
#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.
-
#include_from_upstream ⇒ Boolean
Returns the value of attribute include_from_upstream.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#package ⇒ ::String
Returns the value of attribute package.
-
#source_repository ⇒ ::String
Returns the value of attribute source_repository.
-
#version_revisions ⇒ ::Hash[::String, ::String]
Returns the value of attribute version_revisions.
-
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
Instance Attribute Details
#allow_overwrite ⇒ Boolean
Returns the value of attribute allow_overwrite.
61 62 63 |
# File 'sig/types.rbs', line 61 def allow_overwrite @allow_overwrite end |
#destination_repository ⇒ ::String
Returns the value of attribute destination_repository.
55 56 57 |
# File 'sig/types.rbs', line 55 def destination_repository @destination_repository end |
#domain ⇒ ::String
Returns the value of attribute domain.
52 53 54 |
# File 'sig/types.rbs', line 52 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
53 54 55 |
# File 'sig/types.rbs', line 53 def domain_owner @domain_owner end |
#format ⇒ "npm", ...
Returns the value of attribute format.
56 57 58 |
# File 'sig/types.rbs', line 56 def format @format end |
#include_from_upstream ⇒ Boolean
Returns the value of attribute include_from_upstream.
62 63 64 |
# File 'sig/types.rbs', line 62 def include_from_upstream @include_from_upstream end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
57 58 59 |
# File 'sig/types.rbs', line 57 def namespace @namespace end |
#package ⇒ ::String
Returns the value of attribute package.
58 59 60 |
# File 'sig/types.rbs', line 58 def package @package end |
#source_repository ⇒ ::String
Returns the value of attribute source_repository.
54 55 56 |
# File 'sig/types.rbs', line 54 def source_repository @source_repository end |
#version_revisions ⇒ ::Hash[::String, ::String]
Returns the value of attribute version_revisions.
60 61 62 |
# File 'sig/types.rbs', line 60 def version_revisions @version_revisions end |
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
59 60 61 |
# File 'sig/types.rbs', line 59 def versions @versions end |