Class: Aws::SageMaker::Types::GetSagemakerServicecatalogPortfolioStatusOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::GetSagemakerServicecatalogPortfolioStatusOutput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
Whether Service Catalog is enabled or disabled in SageMaker.
Instance Attribute Details
#status ⇒ String
Whether Service Catalog is enabled or disabled in SageMaker.
22440 22441 22442 22443 22444 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22440 class GetSagemakerServicecatalogPortfolioStatusOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |