GetStackGroupsGroup

data class GetStackGroupsGroup(val administrationRoleName: String, val description: String, val executionRoleName: String, val id: String, val parameters: List<GetStackGroupsGroupParameter>, val stackGroupId: String, val stackGroupName: String, val status: String, val templateBody: String)

Constructors

Link copied to clipboard
constructor(administrationRoleName: String, description: String, executionRoleName: String, id: String, parameters: List<GetStackGroupsGroupParameter>, stackGroupId: String, stackGroupName: String, status: String, templateBody: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the RAM administrator role assumed by ROS.

Link copied to clipboard

The description of the stack group.

Link copied to clipboard

The name of the RAM execution role assumed by the administrator role.

Link copied to clipboard
val id: String

The ID of the Stack Group.

Link copied to clipboard
Link copied to clipboard

The id of Stack Group.

Link copied to clipboard

The name of the stack group..

Link copied to clipboard

The status of Stack Group.

Link copied to clipboard

The structure that contains the template body.