ListPrincipalsRequest

public struct ListPrincipalsRequest : AWSShape
extension RAM.ListPrincipalsRequest: AWSPaginateStringToken

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 principals.

    Declaration

    Swift

    public let principals: [String]?
  • The Amazon Resource Name (ARN) of the resource.

    Declaration

    Swift

    public let resourceArn: String?
  • The type of owner.

    Declaration

    Swift

    public let resourceOwner: ResourceOwner
  • The Amazon Resource Names (ARN) of the resource shares.

    Declaration

    Swift

    public let resourceShareArns: [String]?
  • The resource type. Valid values: codebuild:Project | codebuild:ReportGroup | ec2:CapacityReservation | ec2:DedicatedHost | ec2:Subnet | ec2:TrafficMirrorTarget | ec2:TransitGateway | imagebuilder:Component | imagebuilder:Image | imagebuilder:ImageRecipe | license-manager:LicenseConfiguration I resource-groups:Group | rds:Cluster | route53resolver:ResolverRule

    Declaration

    Swift

    public let resourceType: String?
  • Undocumented

    Declaration

    Swift

    public init(maxResults: Int? = nil, nextToken: String? = nil, principals: [String]? = nil, resourceArn: String? = nil, resourceOwner: ResourceOwner, resourceShareArns: [String]? = nil, resourceType: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws
  • Undocumented

    Declaration

    Swift

    public func usingPaginationToken(_ token: String) -> RAM.ListPrincipalsRequest