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
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.
173 174 175 176 177 178 179 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 173 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.
173 174 175 176 177 178 179 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 173 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.
173 174 175 176 177 178 179 |
# File 'gems/aws-sdk-appregistry/lib/aws-sdk-appregistry/types.rb', line 173 class AssociateResourceRequest < Struct.new( :application, :resource_type, :resource) SENSITIVE = [] include Aws::Structure end |