AssociateServiceRoleToAccountRequest

public struct AssociateServiceRoleToAccountRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ARN of the service role you wish to associate with your account.

    Declaration

    Swift

    public let roleArn: String
  • Undocumented

    Declaration

    Swift

    public init(roleArn: String)