GetComponentPolicyRequest
public struct GetComponentPolicyRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the component whose policy you want to retrieve.
Declaration
Swift
public let componentArn: String
-
Undocumented
Declaration
Swift
public init(componentArn: String)
-
Declaration
Swift
public func validate(name: String) throws