Class: Aws::Types::ServiceCatalogProvisioningDetails
- Inherits:
-
Object
- Object
- Aws::Types::ServiceCatalogProvisioningDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#path_id ⇒ ::String
Returns the value of attribute path_id.
-
#product_id ⇒ ::String
Returns the value of attribute product_id.
-
#provisioning_artifact_id ⇒ ::String
Returns the value of attribute provisioning_artifact_id.
-
#provisioning_parameters ⇒ ::Array[Types::ProvisioningParameter]
Returns the value of attribute provisioning_parameters.
Instance Attribute Details
#path_id ⇒ ::String
Returns the value of attribute path_id.
10866 10867 10868 |
# File 'sig/types.rbs', line 10866 def path_id @path_id end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
10864 10865 10866 |
# File 'sig/types.rbs', line 10864 def product_id @product_id end |
#provisioning_artifact_id ⇒ ::String
Returns the value of attribute provisioning_artifact_id.
10865 10866 10867 |
# File 'sig/types.rbs', line 10865 def provisioning_artifact_id @provisioning_artifact_id end |
#provisioning_parameters ⇒ ::Array[Types::ProvisioningParameter]
Returns the value of attribute provisioning_parameters.
10867 10868 10869 |
# File 'sig/types.rbs', line 10867 def provisioning_parameters @provisioning_parameters end |