Class: Aws::ServiceCatalog::Types::AssociateTagOptionWithResourceInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::AssociateTagOptionWithResourceInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The resource identifier.
-
#tag_option_id ⇒ String
The TagOption identifier.
Instance Attribute Details
#resource_id ⇒ String
The resource identifier.
294 295 296 297 298 299 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 294 class AssociateTagOptionWithResourceInput < Struct.new( :resource_id, :tag_option_id) SENSITIVE = [] include Aws::Structure end |
#tag_option_id ⇒ String
The TagOption identifier.
294 295 296 297 298 299 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 294 class AssociateTagOptionWithResourceInput < Struct.new( :resource_id, :tag_option_id) SENSITIVE = [] include Aws::Structure end |