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)


19909
19910
19911
19912
19913
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19909

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