DescribeImagePermissionsRequest

public struct DescribeImagePermissionsRequest : AWSShape
extension AppStream.DescribeImagePermissionsRequest: AWSPaginateStringToken

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The maximum size of each page of results.

    Declaration

    Swift

    public let maxResults: Int?
  • The name of the private image for which to describe permissions. The image must be one that you own.

    Declaration

    Swift

    public let name: String
  • The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

    Declaration

    Swift

    public let nextToken: String?
  • The 12-digit identifier of one or more AWS accounts with which the image is shared.

    Declaration

    Swift

    public let sharedAwsAccountIds: [String]?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, name: String, nextToken: String? = nil, sharedAwsAccountIds: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws