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.
10858 10859 10860 |
# File 'sig/types.rbs', line 10858 def path_id @path_id end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
10856 10857 10858 |
# File 'sig/types.rbs', line 10856 def product_id @product_id end |
#provisioning_artifact_id ⇒ ::String
Returns the value of attribute provisioning_artifact_id.
10857 10858 10859 |
# File 'sig/types.rbs', line 10857 def provisioning_artifact_id @provisioning_artifact_id end |
#provisioning_parameters ⇒ ::Array[Types::ProvisioningParameter]
Returns the value of attribute provisioning_parameters.
10859 10860 10861 |
# File 'sig/types.rbs', line 10859 def provisioning_parameters @provisioning_parameters end |