Class: Aws::Types::GetAssociatedPackageGroupResult
- Inherits:
-
Object
- Object
- Aws::Types::GetAssociatedPackageGroupResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_type ⇒ "STRONG", "WEAK"
Returns the value of attribute association_type.
-
#package_group ⇒ Types::PackageGroupDescription
Returns the value of attribute package_group.
Instance Attribute Details
#association_type ⇒ "STRONG", "WEAK"
Returns the value of attribute association_type.
345 346 347 |
# File 'sig/types.rbs', line 345 def association_type @association_type end |
#package_group ⇒ Types::PackageGroupDescription
Returns the value of attribute package_group.
344 345 346 |
# File 'sig/types.rbs', line 344 def package_group @package_group end |