PutComponentPolicyRequest
public struct PutComponentPolicyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the component that this policy should be applied to.
Declaration
Swift
public let componentArn: String
-
The policy to apply.
Declaration
Swift
public let policy: String
-
Undocumented
Declaration
Swift
public init(componentArn: String, policy: String)
-
Declaration
Swift
public func validate(name: String) throws