Class: Aws::AppRegistry::Types::DisassociateResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::DisassociateResourceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appregistry/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application ⇒ String
The name or ID of the application.
-
#resource ⇒ String
The name or ID of the resource.
-
#resource_type ⇒ String
The type of the resource that is being disassociated.
Instance Attribute Details
#application ⇒ String
The name or ID of the application.
593 594 595 596 597 598 599 |
# File 'lib/aws-sdk-appregistry/types.rb', line 593 class DisassociateResourceRequest < Struct.new( :application, :resource_type, :resource) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ String
The name or ID of the resource.
593 594 595 596 597 598 599 |
# File 'lib/aws-sdk-appregistry/types.rb', line 593 class DisassociateResourceRequest < Struct.new( :application, :resource_type, :resource) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that is being disassociated.
593 594 595 596 597 598 599 |
# File 'lib/aws-sdk-appregistry/types.rb', line 593 class DisassociateResourceRequest < Struct.new( :application, :resource_type, :resource) SENSITIVE = [] include Aws::Structure end |