Class: Aws::Types::UpdatePackageVersionsStatusRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdatePackageVersionsStatusRequest
- 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.
-
#expected_status ⇒ "Published", ...
Returns the value of attribute expected_status.
-
#format ⇒ "npm", ...
Returns the value of attribute format.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#package ⇒ ::String
Returns the value of attribute package.
-
#repository ⇒ ::String
Returns the value of attribute repository.
-
#target_status ⇒ "Published", ...
Returns the value of attribute target_status.
-
#version_revisions ⇒ ::Hash[::String, ::String]
Returns the value of attribute version_revisions.
-
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
968 969 970 |
# File 'sig/types.rbs', line 968 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
969 970 971 |
# File 'sig/types.rbs', line 969 def domain_owner @domain_owner end |
#expected_status ⇒ "Published", ...
Returns the value of attribute expected_status.
976 977 978 |
# File 'sig/types.rbs', line 976 def expected_status @expected_status end |
#format ⇒ "npm", ...
Returns the value of attribute format.
971 972 973 |
# File 'sig/types.rbs', line 971 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
972 973 974 |
# File 'sig/types.rbs', line 972 def namespace @namespace end |
#package ⇒ ::String
Returns the value of attribute package.
973 974 975 |
# File 'sig/types.rbs', line 973 def package @package end |
#repository ⇒ ::String
Returns the value of attribute repository.
970 971 972 |
# File 'sig/types.rbs', line 970 def repository @repository end |
#target_status ⇒ "Published", ...
Returns the value of attribute target_status.
977 978 979 |
# File 'sig/types.rbs', line 977 def target_status @target_status end |
#version_revisions ⇒ ::Hash[::String, ::String]
Returns the value of attribute version_revisions.
975 976 977 |
# File 'sig/types.rbs', line 975 def version_revisions @version_revisions end |
#versions ⇒ ::Array[::String]
Returns the value of attribute versions.
974 975 976 |
# File 'sig/types.rbs', line 974 def versions @versions end |