ListResourceSharePermissionsRequest

public struct ListResourceSharePermissionsRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

    Declaration

    Swift

    public let maxResults: Int?
  • The token for the next page of results.

    Declaration

    Swift

    public let nextToken: String?
  • The Amazon Resource Name (ARN) of the resource share.

    Declaration

    Swift

    public let resourceShareArn: String
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, resourceShareArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws