Class: Aws::Types::DissociatePackagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DissociatePackagesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#package_list ⇒ ::Array[::String]
Returns the value of attribute package_list.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
1012 1013 1014 |
# File 'sig/types.rbs', line 1012 def domain_name @domain_name end |
#package_list ⇒ ::Array[::String]
Returns the value of attribute package_list.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def package_list @package_list end |