DelegatedService

public struct DelegatedService : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date that the account became a delegated administrator for this service.

    Declaration

    Swift

    public let delegationEnabledDate: TimeStamp?
  • The name of a service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com.

    Declaration

    Swift

    public let servicePrincipal: String?
  • Undocumented

    Declaration

    Swift

    public init(delegationEnabledDate: TimeStamp? = nil, servicePrincipal: String? = nil)