Class: Aws::SageMaker::Types::GetSagemakerServicecatalogPortfolioStatusOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

Whether Service Catalog is enabled or disabled in SageMaker.

Returns:

  • (String)


22916
22917
22918
22919
22920
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22916

class GetSagemakerServicecatalogPortfolioStatusOutput < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end