Class: Aws::Types::ServiceCatalogProvisioningDetails

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#path_id::String

Returns the value of attribute path_id.



10942
10943
10944
# File 'sig/types.rbs', line 10942

def path_id
  @path_id
end

#product_id::String

Returns the value of attribute product_id.



10940
10941
10942
# File 'sig/types.rbs', line 10940

def product_id
  @product_id
end

#provisioning_artifact_id::String

Returns the value of attribute provisioning_artifact_id.



10941
10942
10943
# File 'sig/types.rbs', line 10941

def provisioning_artifact_id
  @provisioning_artifact_id
end

#provisioning_parameters::Array[Types::ProvisioningParameter]

Returns the value of attribute provisioning_parameters.



10943
10944
10945
# File 'sig/types.rbs', line 10943

def provisioning_parameters
  @provisioning_parameters
end