Aws Organizational Data Master Response
data class AwsOrganizationalDataMasterResponse(val excludedAccountIds: List<String>? = null, val organizationMembershipType: String, val stacksetName: String? = null)
The AWS organization data for the master account
Constructors
Link copied to clipboard
fun AwsOrganizationalDataMasterResponse(excludedAccountIds: List<String>? = null, organizationMembershipType: String, stacksetName: String? = null)