Module: Aws::ServiceCatalog::Client::_CreateProductResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::CreateProductOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #product_view_detail ⇒ Types::ProductViewDetail
- #provisioning_artifact_detail ⇒ Types::ProvisioningArtifactDetail
- #tags ⇒ ::Array[Types::Tag]
Instance Method Details
#product_view_detail ⇒ Types::ProductViewDetail
261 |
# File 'sig/client.rbs', line 261
def product_view_detail: () -> Types::ProductViewDetail
|
#provisioning_artifact_detail ⇒ Types::ProvisioningArtifactDetail
262 |
# File 'sig/client.rbs', line 262
def provisioning_artifact_detail: () -> Types::ProvisioningArtifactDetail
|
#tags ⇒ ::Array[Types::Tag]
263 |
# File 'sig/client.rbs', line 263
def tags: () -> ::Array[Types::Tag]
|