AwsIamAttachedManagedPolicy

public struct AwsIamAttachedManagedPolicy : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the policy.

    Declaration

    Swift

    public let policyArn: String?
  • The name of the policy.

    Declaration

    Swift

    public let policyName: String?
  • Undocumented

    Declaration

    Swift

    public init(policyArn: String? = nil, policyName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws