Class: Aws::SageMaker::Types::CfnStackDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CfnStackDetail
- 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
-
#id ⇒ String
The unique identifier of the CloudFormation stack.
-
#name ⇒ String
The name of the CloudFormation stack.
-
#status_message ⇒ String
A human-readable message about the stack's current status.
Instance Attribute Details
#id ⇒ String
The unique identifier of the CloudFormation stack.
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 |
#name ⇒ String
The name of the CloudFormation stack.
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_message ⇒ String
A human-readable message about the stack's current status.
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 |