Class: Aws::Types::DescribePackageGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribePackageGroupRequest
- 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.
219 220 221 |
# File 'sig/types.rbs', line 219 def domain @domain end |
#domain_owner ⇒ ::String
Returns the value of attribute domain_owner.
220 221 222 |
# File 'sig/types.rbs', line 220 def domain_owner @domain_owner end |
#package_group ⇒ ::String
Returns the value of attribute package_group.
221 222 223 |
# File 'sig/types.rbs', line 221 def package_group @package_group end |