Class: Aws::AppRegistry::Types::GetAssociatedResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::GetAssociatedResourceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_tag_result ⇒ Types::ApplicationTagResult
The result of the application that’s tag applied to a resource.
-
#options ⇒ Array<String>
Determines whether an application tag is applied or skipped.
-
#resource ⇒ Types::Resource
The resource associated with the application.
Instance Attribute Details
#application_tag_result ⇒ Types::ApplicationTagResult
The result of the application that’s tag applied to a resource.
747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-appregistry/types.rb', line 747 class GetAssociatedResourceResponse < Struct.new( :resource, :options, :application_tag_result) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Array<String>
Determines whether an application tag is applied or skipped.
747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-appregistry/types.rb', line 747 class GetAssociatedResourceResponse < Struct.new( :resource, :options, :application_tag_result) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ Types::Resource
The resource associated with the application.
747 748 749 750 751 752 753 |
# File 'lib/aws-sdk-appregistry/types.rb', line 747 class GetAssociatedResourceResponse < Struct.new( :resource, :options, :application_tag_result) SENSITIVE = [] include Aws::Structure end |