Class: Aws::SageMaker::Types::CfnStackDetail

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

Overview

Details about the CloudFormation stack.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The unique identifier of the CloudFormation stack.

Returns:

  • (String)


4039
4040
4041
4042
4043
4044
4045
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4039

class CfnStackDetail < Struct.new(
  :name,
  :id,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the CloudFormation stack.

Returns:

  • (String)


4039
4040
4041
4042
4043
4044
4045
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4039

class CfnStackDetail < Struct.new(
  :name,
  :id,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

A human-readable message about the stack's current status.

Returns:

  • (String)


4039
4040
4041
4042
4043
4044
4045
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4039

class CfnStackDetail < Struct.new(
  :name,
  :id,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end