Class: Aws::AppRegistry::Types::DisassociateResourceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::DisassociateResourceResponse
- 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) that specifies the application.
-
#resource_arn ⇒ String
The Amazon resource name (ARN) that specifies the resource.
Instance Attribute Details
#application_arn ⇒ String
The Amazon resource name (ARN) that specifies the application.
611 612 613 614 615 616 |
# File 'lib/aws-sdk-appregistry/types.rb', line 611 class DisassociateResourceResponse < Struct.new( :application_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The Amazon resource name (ARN) that specifies the resource.
611 612 613 614 615 616 |
# File 'lib/aws-sdk-appregistry/types.rb', line 611 class DisassociateResourceResponse < Struct.new( :application_arn, :resource_arn) SENSITIVE = [] include Aws::Structure end |