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.
553 554 555 |
# File 'sig/types.rbs', line 553 def domain_name @domain_name end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
552 553 554 |
# File 'sig/types.rbs', line 552 def package_id @package_id end |