Module: Aws::ServiceCatalog::Client::_DescribeProductResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeProductOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #budgets ⇒ ::Array[Types::BudgetDetail]
- #launch_paths ⇒ ::Array[Types::LaunchPath]
- #product_view_summary ⇒ Types::ProductViewSummary
- #provisioning_artifacts ⇒ ::Array[Types::ProvisioningArtifact]
Instance Method Details
#budgets ⇒ ::Array[Types::BudgetDetail]
536 |
# File 'sig/client.rbs', line 536
def budgets: () -> ::Array[Types::BudgetDetail]
|
#launch_paths ⇒ ::Array[Types::LaunchPath]
537 |
# File 'sig/client.rbs', line 537
def launch_paths: () -> ::Array[Types::LaunchPath]
|
#product_view_summary ⇒ Types::ProductViewSummary
534 |
# File 'sig/client.rbs', line 534
def product_view_summary: () -> Types::ProductViewSummary
|
#provisioning_artifacts ⇒ ::Array[Types::ProvisioningArtifact]
535 |
# File 'sig/client.rbs', line 535
def provisioning_artifacts: () -> ::Array[Types::ProvisioningArtifact]
|