UpdateResourceRequest

public struct UpdateResourceRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The resource ARN.

    Declaration

    Swift

    public let resourceArn: String
  • The new role to use for the given resource registered in AWS Lake Formation.

    Declaration

    Swift

    public let roleArn: String
  • Undocumented

    Declaration

    Swift

    public init(resourceArn: String, roleArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws