Class: Aws::AppRegistry::Types::GetAssociatedResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::GetAssociatedResourceResponse
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource ⇒ Types::Resource
The resource associated with the application.
Instance Attribute Details
#resource ⇒ Types::Resource
The resource associated with the application.
731 732 733 734 735 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 731 class GetAssociatedResourceResponse < Struct.new( :resource) SENSITIVE = [] include Aws::Structure end |