Class: Aws::AppRegistry::Types::AssociateResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::AssociateResourceResponse
- Includes:
- Structure
- Defined in:
- 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.
-
#options ⇒ Array<String>
Determines whether an application tag is applied or skipped.
-
#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.
238 239 240 241 242 243 244 |
# File 'lib/aws-sdk-appregistry/types.rb', line 238 class AssociateResourceResponse < Struct.new( :application_arn, :resource_arn, :options) SENSITIVE = [] include Aws::Structure end |
#options ⇒ Array<String>
Determines whether an application tag is applied or skipped.
238 239 240 241 242 243 244 |
# File 'lib/aws-sdk-appregistry/types.rb', line 238 class AssociateResourceResponse < Struct.new( :application_arn, :resource_arn, :options) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon resource name (ARN) that specifies the resource.
238 239 240 241 242 243 244 |
# File 'lib/aws-sdk-appregistry/types.rb', line 238 class AssociateResourceResponse < Struct.new( :application_arn, :resource_arn, :options) SENSITIVE = [] include Aws::Structure end |