Class: Aws::ServiceCatalog::Types::ServiceActionAssociation
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ServiceActionAssociation
- Defined in:
- gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb
Overview
A self-service action association consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#product_id ⇒ String
The product identifier.
-
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact.
-
#service_action_id ⇒ String
The self-service action identifier.
Instance Attribute Details
#product_id ⇒ String
The product identifier. For example, prod-abcdzk7xy33qa
.
6082 6083 6084 6085 6086 6087 6088 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6082 class ServiceActionAssociation < Struct.new( :service_action_id, :product_id, :provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne
.
6082 6083 6084 6085 6086 6087 6088 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6082 class ServiceActionAssociation < Struct.new( :service_action_id, :product_id, :provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |
#service_action_id ⇒ String
The self-service action identifier. For example,
act-fs7abcd89wxyz
.
6082 6083 6084 6085 6086 6087 6088 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 6082 class ServiceActionAssociation < Struct.new( :service_action_id, :product_id, :provisioning_artifact_id) SENSITIVE = [] include Aws::Structure end |