Class: Aws::Types::DescribePackageRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribePackageRequest
- 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.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
231 232 233 |
# File 'sig/types.rbs', line 231 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
232 233 234 |
# File 'sig/types.rbs', line 232 def domain_owner @domain_owner end |
#format ⇒ "npm", ...
Returns the value of attribute format.
234 235 236 |
# File 'sig/types.rbs', line 234 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
235 236 237 |
# File 'sig/types.rbs', line 235 def namespace @namespace end |
#package ⇒ ::String
Returns the value of attribute package.
236 237 238 |
# File 'sig/types.rbs', line 236 def package @package end |
#repository ⇒ ::String
Returns the value of attribute repository.
233 234 235 |
# File 'sig/types.rbs', line 233 def repository @repository end |