RegisterCrossAccountAccessRoleRequest

public struct RegisterCrossAccountAccessRoleRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the IAM role that grants Amazon Inspector access to AWS Services needed to perform security assessments.

    Declaration

    Swift

    public let roleArn: String
  • Undocumented

    Declaration

    Swift

    public init(roleArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws