Get Account Policy Result
data class GetAccountPolicyResult(val accountId: String? = null, val policyDocument: String? = null, val scope: AccountPolicyScope? = null)
Constructors
Link copied to clipboard
fun GetAccountPolicyResult(accountId: String? = null, policyDocument: String? = null, scope: AccountPolicyScope? = null)