Class: Aws::AppRegistry::Types::AssociateResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::AssociateResourceResponse
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_arn ⇒ String
The Amazon resource name (ARN) of the application that was augmented with attributes.
-
#resource_arn ⇒ String
The Amazon resource name (ARN) that specifies the resource.
Instance Attribute Details
#application_arn ⇒ String
The Amazon resource name (ARN) of the application that was augmented with attributes.
192 193 194 195 196 197 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 192 class AssociateResourceResponse < Struct.new( :application_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon resource name (ARN) that specifies the resource.
192 193 194 195 196 197 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 192 class AssociateResourceResponse < Struct.new( :application_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |