Class: Aws::Types::PutPackageOriginConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutPackageOriginConfigurationRequest
- 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.
-
#namespace ⇒ ::String
Returns the value of attribute namespace.
-
#package ⇒ ::String
Returns the value of attribute package.
-
#repository ⇒ ::String
Returns the value of attribute repository.
-
#restrictions ⇒ Types::PackageOriginRestrictions
Returns the value of attribute restrictions.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
820 821 822 |
# File 'sig/types.rbs', line 820 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
821 822 823 |
# File 'sig/types.rbs', line 821 def domain_owner @domain_owner end |
#format ⇒ "npm", ...
Returns the value of attribute format.
823 824 825 |
# File 'sig/types.rbs', line 823 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
824 825 826 |
# File 'sig/types.rbs', line 824 def namespace @namespace end |
#package ⇒ ::String
Returns the value of attribute package.
825 826 827 |
# File 'sig/types.rbs', line 825 def package @package end |
#repository ⇒ ::String
Returns the value of attribute repository.
822 823 824 |
# File 'sig/types.rbs', line 822 def repository @repository end |
#restrictions ⇒ Types::PackageOriginRestrictions
Returns the value of attribute restrictions.
826 827 828 |
# File 'sig/types.rbs', line 826 def restrictions @restrictions end |