Class: Aws::Types::GetAssociatedPackageGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetAssociatedPackageGroupRequest
- 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.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
335 336 337 |
# File 'sig/types.rbs', line 335 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
336 337 338 |
# File 'sig/types.rbs', line 336 def domain_owner @domain_owner end |
#format ⇒ "npm", ...
Returns the value of attribute format.
337 338 339 |
# File 'sig/types.rbs', line 337 def format @format end |
#namespace ⇒ ::String
Returns the value of attribute namespace.
338 339 340 |
# File 'sig/types.rbs', line 338 def namespace @namespace end |
#package ⇒ ::String
Returns the value of attribute package.
339 340 341 |
# File 'sig/types.rbs', line 339 def package @package end |