DescribeResourcePermissionsResponse

public struct DescribeResourcePermissionsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

    Declaration

    Swift

    public let marker: String?
  • The principals.

    Declaration

    Swift

    public let principals: [Principal]?
  • Undocumented

    Declaration

    Swift

    public init(marker: String? = nil, principals: [Principal]? = nil)