Class: Aws::Types::AssociatePackageRequest
- Inherits:
-
Object
- Object
- Aws::Types::AssociatePackageRequest
- 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.
74 75 76 |
# File 'sig/types.rbs', line 74 def domain_name @domain_name end |
#package_id ⇒ ::String
Returns the value of attribute package_id.
73 74 75 |
# File 'sig/types.rbs', line 73 def package_id @package_id end |