Class: Aws::Types::DissociatePackageRequest
- Inherits:
-
Object
- Object
- Aws::Types::DissociatePackageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#package_id ⇒ ::String
Returns the value of attribute package_id.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def domain_name @domain_name end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
1000 1001 1002 |
# File 'sig/types.rbs', line 1000 def package_id @package_id end |