Class: Aws::Types::AssociatePackagesRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociatePackagesRequest
- 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[Types::PackageDetailsForAssociation]
Returns the value of attribute package_list.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
166 167 168 |
# File 'sig/types.rbs', line 166 def domain_name @domain_name end |
#package_list ⇒ ::Array[Types::PackageDetailsForAssociation]
Returns the value of attribute package_list.
165 166 167 |
# File 'sig/types.rbs', line 165 def package_list @package_list end |