Class: Aws::AppRegistry::Types::AssociateResourceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppRegistry::Types::AssociateResourceRequest
- Defined in:
- gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb
Overview
Note:
When making an API call, you may pass AssociateResourceRequest data as a hash:
{
application: "ApplicationSpecifier", # required
resource_type: "CFN_STACK", # required, accepts CFN_STACK
resource: "ResourceSpecifier", # required
}
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 of which the application will be associated.
-
#resource_type ⇒ String
The type of resource of which the application will be associated.
Instance Attribute Details
#application ⇒ String
The name or ID of the application.
176 177 178 179 180 181 182 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 176 class AssociateResourceRequest < Struct.new( :application, :resource_type, :resource) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ String
The name or ID of the resource of which the application will be associated.
176 177 178 179 180 181 182 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 176 class AssociateResourceRequest < Struct.new( :application, :resource_type, :resource) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource of which the application will be associated.
176 177 178 179 180 181 182 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 176 class AssociateResourceRequest < Struct.new( :application, :resource_type, :resource) SENSITIVE = [] include Aws::Structure end |