Get Stack Result
data class GetStackResult(val capabilities: List<StackCapabilitiesItem>? = null, val changeSetId: String? = null, val creationTime: String? = null, val description: String? = null, val disableRollback: Boolean? = null, val enableTerminationProtection: Boolean? = null, val lastUpdateTime: String? = null, val notificationArns: List<String>? = null, val outputs: List<StackOutput>? = null, val parameters: Any? = null, val parentId: String? = null, val roleArn: String? = null, val rootId: String? = null, val stackId: String? = null, val stackPolicyBody: Any? = null, val stackStatus: StackStatus? = null, val stackStatusReason: String? = null, val tags: List<StackTag>? = null, val templateBody: Any? = null, val timeoutInMinutes: Int? = null)
Constructors
Link copied to clipboard
fun GetStackResult(capabilities: List<StackCapabilitiesItem>? = null, changeSetId: String? = null, creationTime: String? = null, description: String? = null, disableRollback: Boolean? = null, enableTerminationProtection: Boolean? = null, lastUpdateTime: String? = null, notificationArns: List<String>? = null, outputs: List<StackOutput>? = null, parameters: Any? = null, parentId: String? = null, roleArn: String? = null, rootId: String? = null, stackId: String? = null, stackPolicyBody: Any? = null, stackStatus: StackStatus? = null, stackStatusReason: String? = null, tags: List<StackTag>? = null, templateBody: Any? = null, timeoutInMinutes: Int? = null)