Class: Aws::Types::DescribeBundleAssociationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeBundleAssociationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_resource_types ⇒ ::Array[("APPLICATION")]
Returns the value of attribute associated_resource_types.
-
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
Instance Attribute Details
#associated_resource_types ⇒ ::Array[("APPLICATION")]
Returns the value of attribute associated_resource_types.
567 568 569 |
# File 'sig/types.rbs', line 567 def associated_resource_types @associated_resource_types end |
#bundle_id ⇒ ::String
Returns the value of attribute bundle_id.
566 567 568 |
# File 'sig/types.rbs', line 566 def bundle_id @bundle_id end |