Class: Aws::Types::DeletePackageGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeletePackageGroupRequest
- 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.
-
#package_group ⇒ ::String
Returns the value of attribute package_group.
Instance Attribute Details
#domain ⇒ ::String
Returns the value of attribute domain.
138 139 140 |
# File 'sig/types.rbs', line 138 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
139 140 141 |
# File 'sig/types.rbs', line 139 def domain_owner @domain_owner end |
#package_group ⇒ ::String
Returns the value of attribute package_group.
140 141 142 |
# File 'sig/types.rbs', line 140 def package_group @package_group end |