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.
10881 10882 10883 |
# File 'sig/types.rbs', line 10881 def path_id @path_id end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
10879 10880 10881 |
# File 'sig/types.rbs', line 10879 def product_id @product_id end |
#provisioning_artifact_id ⇒ ::String
Returns the value of attribute provisioning_artifact_id.
10880 10881 10882 |
# File 'sig/types.rbs', line 10880 def provisioning_artifact_id @provisioning_artifact_id end |
#provisioning_parameters ⇒ ::Array[Types::ProvisioningParameter]
Returns the value of attribute provisioning_parameters.
10882 10883 10884 |
# File 'sig/types.rbs', line 10882 def provisioning_parameters @provisioning_parameters end |