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.
5466 5467 5468 5469 5470 5471 5472 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5466 class CfnStackDetail < Struct.new( :name, :id, :status_message) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the CloudFormation stack.
5466 5467 5468 5469 5470 5471 5472 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5466 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.
5466 5467 5468 5469 5470 5471 5472 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 5466 class CfnStackDetail < Struct.new( :name, :id, :status_message) SENSITIVE = [] include Aws::Structure end |