DescribeEffectivePolicyRequest

public struct DescribeEffectivePolicyRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The type of policy that you want information about. You can specify one of the following values: AISERVICES_OPT_OUT_POLICY BACKUP_POLICY TAG_POLICY

    Declaration

    Swift

    public let policyType: EffectivePolicyType
  • When you’re signed in as the master account, specify the ID of the account that you want details about. Specifying an organization root or organizational unit (OU) as the target is not supported.

    Declaration

    Swift

    public let targetId: String?
  • Undocumented

    Declaration

    Swift

    public init(policyType: EffectivePolicyType, targetId: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws